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

Unified Diff: ash/system/audio/tray_audio.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
« no previous file with comments | « ash/system/audio/tray_audio.h ('k') | ash/system/cast/tray_cast.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/audio/tray_audio.cc
diff --git a/ash/system/audio/tray_audio.cc b/ash/system/audio/tray_audio.cc
index ec2fd9c73bc6e66656cbe87044beca9c073cbd97..3fab14001be8c0aed1cf3a8241430d381fa1ebbe 100644
--- a/ash/system/audio/tray_audio.cc
+++ b/ash/system/audio/tray_audio.cc
@@ -69,12 +69,12 @@ bool TrayAudio::GetInitialVisibility() {
return audio_delegate_->IsOutputAudioMuted();
}
-views::View* TrayAudio::CreateDefaultView(user::LoginStatus status) {
+views::View* TrayAudio::CreateDefaultView(LoginStatus status) {
volume_view_ = new tray::VolumeView(this, audio_delegate_.get(), true);
return volume_view_;
}
-views::View* TrayAudio::CreateDetailedView(user::LoginStatus status) {
+views::View* TrayAudio::CreateDetailedView(LoginStatus status) {
volume_view_ = new tray::VolumeView(this, audio_delegate_.get(), false);
return volume_view_;
}
« no previous file with comments | « ash/system/audio/tray_audio.h ('k') | ash/system/cast/tray_cast.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698