Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(17)

Unified Diff: ash/display/unified_mouse_warp_controller_unittest.cc

Issue 1540753002: Switch to standard integer types in ash/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: arraysize Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/display/unified_mouse_warp_controller.cc ('k') | ash/display/window_tree_host_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/display/unified_mouse_warp_controller_unittest.cc
diff --git a/ash/display/unified_mouse_warp_controller_unittest.cc b/ash/display/unified_mouse_warp_controller_unittest.cc
index ca6e5c5a6ea0ead8874ae3ada32fda64ae4fbb08..e91ca26a5b743af9e6f4b6783f09f6434401e670 100644
--- a/ash/display/unified_mouse_warp_controller_unittest.cc
+++ b/ash/display/unified_mouse_warp_controller_unittest.cc
@@ -34,7 +34,7 @@ class UnifiedMouseWarpControllerTest : public test::AshTestBase {
protected:
bool FindMirrroingDisplayIdContainingNativePoint(
const gfx::Point& point_in_native,
- int64* display_id,
+ int64_t* display_id,
gfx::Point* point_in_mirroring_host,
gfx::Point* point_in_unified_host) {
DisplayManager* display_manager = Shell::GetInstance()->display_manager();
@@ -68,7 +68,7 @@ class UnifiedMouseWarpControllerTest : public test::AshTestBase {
->mouse_warp_controller_for_test())
->update_location_for_test();
DisplayManager* display_manager = Shell::GetInstance()->display_manager();
- int64 orig_mirroring_display_id;
+ int64_t orig_mirroring_display_id;
gfx::Point point_in_unified_host;
gfx::Point point_in_mirroring_host;
if (!FindMirrroingDisplayIdContainingNativePoint(
« no previous file with comments | « ash/display/unified_mouse_warp_controller.cc ('k') | ash/display/window_tree_host_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698