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

Unified Diff: ash/system/chromeos/rotation/tray_rotation_lock.cc

Issue 2041233005: Moves ash::user::LoginStatus to ash/common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix test Created 4 years, 6 months 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
Index: ash/system/chromeos/rotation/tray_rotation_lock.cc
diff --git a/ash/system/chromeos/rotation/tray_rotation_lock.cc b/ash/system/chromeos/rotation/tray_rotation_lock.cc
index 31d6faf75ec77cc68a571b85f2c03e86a04d8254..f469def2fec4f556be5b6c0d8ef2a1aa59e330b1 100644
--- a/ash/system/chromeos/rotation/tray_rotation_lock.cc
+++ b/ash/system/chromeos/rotation/tray_rotation_lock.cc
@@ -109,7 +109,7 @@ void TrayRotationLock::OnRotationLockChanged(bool rotation_locked) {
tray_view()->SetVisible(ShouldBeVisible());
}
-views::View* TrayRotationLock::CreateDefaultView(user::LoginStatus status) {
+views::View* TrayRotationLock::CreateDefaultView(LoginStatus status) {
if (OnPrimaryDisplay())
return new tray::RotationLockDefaultView(this);
return NULL;
« no previous file with comments | « ash/system/chromeos/rotation/tray_rotation_lock.h ('k') | ash/system/chromeos/screen_security/screen_capture_tray_item.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698