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

Unified Diff: ash/system/audio/volume_view.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/audio/tray_audio.cc ('k') | ash/system/audio/volume_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/audio/volume_view.h
diff --git a/ash/system/audio/volume_view.h b/ash/system/audio/volume_view.h
index a3e82913bf34499ece71057d81c0a137335e9d97..167ef45fe8e9a47ab1cd7d64f21acc130f3f898e 100644
--- a/ash/system/audio/volume_view.h
+++ b/ash/system/audio/volume_view.h
@@ -16,19 +16,14 @@ class ImageView;
}
namespace ash {
-
+class HoverHighlightView;
class SystemTrayItem;
namespace system {
class TrayAudioDelegate;
}
-namespace internal {
-
-class HoverHighlightView;
-
namespace tray {
-
class BarSeparator;
class VolumeButton;
class VolumeSlider;
@@ -83,7 +78,6 @@ class VolumeView : public ActionableView,
};
} // namespace tray
-} // namespace internal
} // namespace ash
#endif // ASH_SYSTEM_AUDIO_VOLUME_VIEW_H_
« no previous file with comments | « ash/system/audio/tray_audio.cc ('k') | ash/system/audio/volume_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698