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

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

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
« no previous file with comments | « ash/system/chromeos/audio/audio_detailed_view.cc ('k') | ash/system/chromeos/audio/tray_audio_chromeos.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/chromeos/audio/tray_audio_chromeos.h
diff --git a/ash/system/chromeos/audio/tray_audio_chromeos.h b/ash/system/chromeos/audio/tray_audio_chromeos.h
index 6817f856246c7f0484b193a81dbb9f17f54192a5..c5cb9eaaf3ae1444f3d99025a35ce38fad1115fd 100644
--- a/ash/system/chromeos/audio/tray_audio_chromeos.h
+++ b/ash/system/chromeos/audio/tray_audio_chromeos.h
@@ -10,9 +10,6 @@
#include "base/memory/scoped_ptr.h"
namespace ash {
-
-namespace internal {
-
namespace tray {
class AudioDetailedView;
}
@@ -36,7 +33,6 @@ class ASH_EXPORT TrayAudioChromeOs : public TrayAudio {
DISALLOW_COPY_AND_ASSIGN(TrayAudioChromeOs);
};
-} // namespace internal
} // namespace ash
#endif // ASH_SYSTEM_CHROMEOS_AUDIO_TRAY_AUDIO_CHROMEOS_H_
« no previous file with comments | « ash/system/chromeos/audio/audio_detailed_view.cc ('k') | ash/system/chromeos/audio/tray_audio_chromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698