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; |