| Index: ui/views/controls/menu/menu_runner_handler.h
|
| diff --git a/ui/views/controls/menu/menu_runner_handler.h b/ui/views/controls/menu/menu_runner_handler.h
|
| index 47d75c80fce18238cda4ef02a6e7902a0d34c6d7..9ce4ea337961619ab4d8953a15c6dd177ce7c2be 100644
|
| --- a/ui/views/controls/menu/menu_runner_handler.h
|
| +++ b/ui/views/controls/menu/menu_runner_handler.h
|
| @@ -5,7 +5,7 @@
|
| #ifndef UI_VIEWS_CONTROLS_MENU_MENU_RUNNER_HANDLER_H_
|
| #define UI_VIEWS_CONTROLS_MENU_MENU_RUNNER_HANDLER_H_
|
|
|
| -#include "base/basictypes.h"
|
| +#include <stdint.h>
|
|
|
| namespace views {
|
|
|
| @@ -23,7 +23,7 @@ class VIEWS_EXPORT MenuRunnerHandler {
|
| const gfx::Rect& bounds,
|
| MenuAnchorPosition anchor,
|
| ui::MenuSourceType source_type,
|
| - int32 types) = 0;
|
| + int32_t types) = 0;
|
| };
|
|
|
| } // namespace views
|
|
|