summaryrefslogtreecommitdiffstats
path: root/ash/wm/ash_native_cursor_manager_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ash/wm/ash_native_cursor_manager_unittest.cc')
-rw-r--r--ash/wm/ash_native_cursor_manager_unittest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ash/wm/ash_native_cursor_manager_unittest.cc b/ash/wm/ash_native_cursor_manager_unittest.cc
index abb22c9..5a244af 100644
--- a/ash/wm/ash_native_cursor_manager_unittest.cc
+++ b/ash/wm/ash_native_cursor_manager_unittest.cc
@@ -159,7 +159,7 @@ TEST_F(AshNativeCursorManagerTest, FractionalScale) {
#endif
TEST_F(AshNativeCursorManagerTest, UIScaleShouldNotChangeCursor) {
- int64 display_id = Shell::GetScreen()->GetPrimaryDisplay().id();
+ int64_t display_id = Shell::GetScreen()->GetPrimaryDisplay().id();
gfx::Display::SetInternalDisplayId(display_id);
::wm::CursorManager* cursor_manager = Shell::GetInstance()->cursor_manager();