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

Unified Diff: ash/system/win/audio/tray_audio_win.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
Index: ash/system/win/audio/tray_audio_win.h
diff --git a/ash/system/win/audio/tray_audio_win.h b/ash/system/win/audio/tray_audio_win.h
index 33ca7cbaf5f7cd87655de65acc113777f1068018..5df226912ddb734206cc38c92bec4ba9c92417dd 100644
--- a/ash/system/win/audio/tray_audio_win.h
+++ b/ash/system/win/audio/tray_audio_win.h
@@ -11,8 +11,6 @@
namespace ash {
-namespace internal {
-
class TrayAudioWin : public TrayAudio {
public:
explicit TrayAudioWin(SystemTray* system_tray);
@@ -22,7 +20,6 @@ class TrayAudioWin : public TrayAudio {
DISALLOW_COPY_AND_ASSIGN(TrayAudioWin);
};
-} // namespace internal
} // namespace ash
-#endif // ASH_SYSTEM_WIN_AUDIO_TRAY_AUDIO_WIN_H_
+#endif // ASH_SYSTEM_WIN_AUDIO_TRAY_AUDIO_WIN_H_
« no previous file with comments | « ash/system/web_notification/web_notification_tray_unittest.cc ('k') | ash/system/win/audio/tray_audio_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698