[Win] Fix compilation error.
This commit is contained in:
parent
979ec05ed3
commit
91a9fe41c9
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ MessageDialog::MessageDialog(NativeWindow* parent_window,
|
|||
title_(UTF8ToUTF16(title)),
|
||||
widget_(NULL),
|
||||
message_box_view_(NULL) {
|
||||
DCHECK_GT(buttons.size(), 0);
|
||||
DCHECK_GT(buttons.size(), 0u);
|
||||
set_owned_by_client();
|
||||
|
||||
views::MessageBoxView::InitParams params(UTF8ToUTF16(title));
|
||||
|
|
Loading…
Reference in a new issue