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

Unified Diff: ash/content/display/screen_orientation_controller_chromeos_unittest.cc

Issue 2523723002: Update display::Display::kInvalidDisplayID constant. (Closed)
Patch Set: Fix includes. Created 4 years, 1 month 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/common/wm/window_positioning_utils.cc ('k') | ash/display/display_color_manager_chromeos.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/content/display/screen_orientation_controller_chromeos_unittest.cc
diff --git a/ash/content/display/screen_orientation_controller_chromeos_unittest.cc b/ash/content/display/screen_orientation_controller_chromeos_unittest.cc
index 8fe62ee2b6c83d48c35347320fcb81a61d5eb675..fe1574804ffcfb410bb4e7ef56f6a3795fca590c 100644
--- a/ash/content/display/screen_orientation_controller_chromeos_unittest.cc
+++ b/ash/content/display/screen_orientation_controller_chromeos_unittest.cc
@@ -608,7 +608,7 @@ TEST_F(ScreenOrientationControllerTest, InternalDisplayNotAvailableAtStartup) {
.SetFirstDisplayAsInternalDisplay();
int64_t internal_display_id = display::Display::InternalDisplayId();
- display::Display::SetInternalDisplayId(display::Display::kInvalidDisplayID);
+ display::Display::SetInternalDisplayId(display::kInvalidDisplayId);
EnableMaximizeMode(true);
@@ -617,7 +617,7 @@ TEST_F(ScreenOrientationControllerTest, InternalDisplayNotAvailableAtStartup) {
EXPECT_FALSE(RotationLocked());
// Should not crash, even though the invalid display id is requested.
- SetDisplayRotationById(display::Display::kInvalidDisplayID,
+ SetDisplayRotationById(display::kInvalidDisplayId,
display::Display::ROTATE_180);
EXPECT_FALSE(RotationLocked());
« no previous file with comments | « ash/common/wm/window_positioning_utils.cc ('k') | ash/display/display_color_manager_chromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698