💄 cpplint.

This commit is contained in:
Cheng Zhao 2013-09-23 17:27:32 +08:00
parent f444e9dc74
commit 7e86ee37f3

View file

@ -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,