💄 cpplint.
This commit is contained in:
parent
f444e9dc74
commit
7e86ee37f3
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ enum MessageBoxType {
|
|||
MESSAGE_BOX_TYPE_WARNING
|
||||
};
|
||||
|
||||
typedef base::Callback<void(int)> MessageBoxCallback;
|
||||
typedef base::Callback<void(int code)> MessageBoxCallback;
|
||||
|
||||
int ShowMessageBox(NativeWindow* parent_window,
|
||||
MessageBoxType type,
|
||||
|
|
Loading…
Reference in a new issue