Index: ash/system/audio/tray_audio.cc |
diff --git a/ash/system/audio/tray_audio.cc b/ash/system/audio/tray_audio.cc |
index 9e7c7326b5414fe9533d5ec09bf0f2fc530e0625..194b6c65fdf3412eb3a231ecb15b948b86a8c37d 100644 |
--- a/ash/system/audio/tray_audio.cc |
+++ b/ash/system/audio/tray_audio.cc |
@@ -40,7 +40,6 @@ |
#include "ui/views/view.h" |
namespace ash { |
-namespace internal { |
TrayAudio::TrayAudio(SystemTray* system_tray, |
scoped_ptr<system::TrayAudioDelegate> audio_delegate) |
@@ -147,5 +146,4 @@ void TrayAudio::Update() { |
} |
} |
-} // namespace internal |
} // namespace ash |