Index: ash/display/unified_mouse_warp_controller.cc |
diff --git a/ash/display/unified_mouse_warp_controller.cc b/ash/display/unified_mouse_warp_controller.cc |
index 086f97eb8f05925cc95d55250b4dbe601bd5785d..09bcf5125890754f2caf740dd223fa74a1b60aef 100644 |
--- a/ash/display/unified_mouse_warp_controller.cc |
+++ b/ash/display/unified_mouse_warp_controller.cc |
@@ -24,7 +24,8 @@ namespace ash { |
namespace { |
-AshWindowTreeHost* GetMirroringAshWindowTreeHostForDisplayId(int64 display_id) { |
+AshWindowTreeHost* GetMirroringAshWindowTreeHostForDisplayId( |
+ int64_t display_id) { |
return Shell::GetInstance() |
->window_tree_host_manager() |
->mirror_window_controller() |