Index: ash/system/chromeos/audio/tray_audio_chromeos.cc |
diff --git a/ash/system/chromeos/audio/tray_audio_chromeos.cc b/ash/system/chromeos/audio/tray_audio_chromeos.cc |
index 9cf6b87c65d254697fe83798d2198fe155cd088d..5d481680a54df091b5cc9f9390c854894ce00e04 100644 |
--- a/ash/system/chromeos/audio/tray_audio_chromeos.cc |
+++ b/ash/system/chromeos/audio/tray_audio_chromeos.cc |
@@ -38,7 +38,7 @@ void TrayAudioChromeOs::Update() { |
audio_detail_view_->Update(); |
} |
-views::View* TrayAudioChromeOs::CreateDetailedView(user::LoginStatus status) { |
+views::View* TrayAudioChromeOs::CreateDetailedView(LoginStatus status) { |
if (pop_up_volume_view_) { |
volume_view_ = new tray::VolumeView(this, audio_delegate_.get(), false); |
return volume_view_; |