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

Unified Diff: ash/system/chromeos/audio/tray_audio_chromeos.cc

Issue 224113005: Eliminate ash::internal namespace (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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/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 fc20aea2d4c90bcf88b28e920485aecbb1b7af94..0126dda7ef5b3808a4a758dfdcf0c9e2c1d2df22 100644
--- a/ash/system/chromeos/audio/tray_audio_chromeos.cc
+++ b/ash/system/chromeos/audio/tray_audio_chromeos.cc
@@ -16,8 +16,6 @@ namespace ash {
using system::TrayAudioDelegate;
using system::TrayAudioDelegateChromeOs;
-namespace internal {
-
TrayAudioChromeOs::TrayAudioChromeOs(SystemTray* system_tray)
: TrayAudio(system_tray,
scoped_ptr<TrayAudioDelegate>(new TrayAudioDelegateChromeOs())),
@@ -56,5 +54,4 @@ void TrayAudioChromeOs::DestroyDetailedView() {
}
}
-} // namespace internal
} // namespace ash
« no previous file with comments | « ash/system/chromeos/audio/tray_audio_chromeos.h ('k') | ash/system/chromeos/bluetooth/bluetooth_notification_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698