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

Unified Diff: ash/system/chromeos/rotation/tray_rotation_lock_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/root_window_settings.cc ('k') | ash/system/chromeos/screen_layout_observer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/chromeos/rotation/tray_rotation_lock_unittest.cc
diff --git a/ash/system/chromeos/rotation/tray_rotation_lock_unittest.cc b/ash/system/chromeos/rotation/tray_rotation_lock_unittest.cc
index 8659b9dee795e0f2c0177c0a3d36f9186cdfa257..b0355d55f400f6144265798d087802aa4ef1c52b 100644
--- a/ash/system/chromeos/rotation/tray_rotation_lock_unittest.cc
+++ b/ash/system/chromeos/rotation/tray_rotation_lock_unittest.cc
@@ -20,6 +20,7 @@
#include "base/time/time.h"
#include "ui/display/display_switches.h"
#include "ui/display/manager/display_manager.h"
+#include "ui/display/types/display_constants.h"
#include "ui/events/event.h"
#include "ui/events/event_constants.h"
#include "ui/views/view.h"
@@ -240,7 +241,7 @@ TEST_F(TrayRotationLockTest, PerformActionOnDefaultView) {
TEST_F(TrayRotationLockTest, InternalDisplayNotAvailableAtCreation) {
int64_t internal_display_id = display::Display::InternalDisplayId();
TearDownViews();
- display::Display::SetInternalDisplayId(display::Display::kInvalidDisplayID);
+ display::Display::SetInternalDisplayId(display::kInvalidDisplayId);
std::unique_ptr<TrayRotationLock> tray(new TrayRotationLock(
StatusAreaWidgetTestHelper::GetStatusAreaWidget()->system_tray()));
« no previous file with comments | « ash/root_window_settings.cc ('k') | ash/system/chromeos/screen_layout_observer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698