[Win] Fix compilation error.

This commit is contained in:
Cheng Zhao 2013-08-16 16:33:32 +08:00
parent 979ec05ed3
commit 91a9fe41c9

View file

@ -86,7 +86,7 @@ MessageDialog::MessageDialog(NativeWindow* parent_window,
title_(UTF8ToUTF16(title)), title_(UTF8ToUTF16(title)),
widget_(NULL), widget_(NULL),
message_box_view_(NULL) { message_box_view_(NULL) {
DCHECK_GT(buttons.size(), 0); DCHECK_GT(buttons.size(), 0u);
set_owned_by_client(); set_owned_by_client();
views::MessageBoxView::InitParams params(UTF8ToUTF16(title)); views::MessageBoxView::InitParams params(UTF8ToUTF16(title));