| Index: ui/views/test/combobox_test_api.cc
|
| diff --git a/ui/views/test/combobox_test_api.cc b/ui/views/test/combobox_test_api.cc
|
| index 57a5bdb5a15db965486fc6025e39194ee21f3ece..5a897be909e8f3f7a1e326ead3c253f333441958 100644
|
| --- a/ui/views/test/combobox_test_api.cc
|
| +++ b/ui/views/test/combobox_test_api.cc
|
| @@ -4,6 +4,9 @@
|
|
|
| #include "ui/views/test/combobox_test_api.h"
|
|
|
| +#include <stdint.h>
|
| +
|
| +#include "base/macros.h"
|
| #include "ui/base/models/menu_model.h"
|
| #include "ui/views/controls/combobox/combobox.h"
|
| #include "ui/views/controls/menu/menu_runner.h"
|
| @@ -25,7 +28,7 @@ class TestMenuRunnerHandler : public MenuRunnerHandler {
|
| const gfx::Rect& bounds,
|
| MenuAnchorPosition anchor,
|
| ui::MenuSourceType source_type,
|
| - int32 types) override {
|
| + int32_t types) override {
|
| *show_counter_ += 1;
|
| return MenuRunner::NORMAL_EXIT;
|
| }
|
|
|