| Index: ash/wm/ash_native_cursor_manager_unittest.cc
|
| diff --git a/ash/wm/ash_native_cursor_manager_unittest.cc b/ash/wm/ash_native_cursor_manager_unittest.cc
|
| index abb22c96dcbcd661fafa8d653c99b7e07ff958cc..5a244afc49ae2f0a66dfa72e5932d542da112cd7 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();
|
|
|