| Index: ui/views/widget/desktop_aura/desktop_screen_x11_unittest.cc
|
| diff --git a/ui/views/widget/desktop_aura/desktop_screen_x11_unittest.cc b/ui/views/widget/desktop_aura/desktop_screen_x11_unittest.cc
|
| index 466bb79d393a30bea621ac07c86aa48b31be8661..c527545c4b0c6ea4b26130d7c12ddaaf9338c282 100644
|
| --- a/ui/views/widget/desktop_aura/desktop_screen_x11_unittest.cc
|
| +++ b/ui/views/widget/desktop_aura/desktop_screen_x11_unittest.cc
|
| @@ -4,6 +4,9 @@
|
|
|
| #include "ui/views/widget/desktop_aura/desktop_screen_x11.h"
|
|
|
| +#include <stdint.h>
|
| +
|
| +#include "base/macros.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #include "ui/aura/client/aura_constants.h"
|
| @@ -48,8 +51,8 @@ class TestDesktopNativeWidgetAura : public views::DesktopNativeWidgetAura {
|
|
|
| namespace views {
|
|
|
| -const int64 kFirstDisplay = 5321829;
|
| -const int64 kSecondDisplay = 928310;
|
| +const int64_t kFirstDisplay = 5321829;
|
| +const int64_t kSecondDisplay = 928310;
|
|
|
| class DesktopScreenX11Test : public views::ViewsTestBase,
|
| public gfx::DisplayObserver {
|
|
|