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

Unified Diff: ash/system/brightness/tray_brightness.h

Issue 9585004: ash uber tray: Update the volume icon for various levels of volumes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 10 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_volume.cc ('k') | ash/system/brightness/tray_brightness.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/brightness/tray_brightness.h
diff --git a/ash/system/brightness/tray_brightness.h b/ash/system/brightness/tray_brightness.h
index c94bd9c910fbfd1a51afefea58423b954ac91b6e..420be90ff11cec2682f58fa22575efd8e6e7093e 100644
--- a/ash/system/brightness/tray_brightness.h
+++ b/ash/system/brightness/tray_brightness.h
@@ -10,13 +10,13 @@
#include "ash/system/tray/system_tray_item.h"
#include "base/compiler_specific.h"
+namespace ash {
+namespace internal {
+
namespace tray {
class BrightnessView;
}
-namespace ash {
-namespace internal {
-
class TrayBrightness : public SystemTrayItem,
public BrightnessController {
public:
@@ -24,7 +24,7 @@ class TrayBrightness : public SystemTrayItem,
virtual ~TrayBrightness();
private:
- // Overridden from SystemTrayItem
+ // Overridden from SystemTrayItem.
virtual views::View* CreateTrayView() OVERRIDE;
virtual views::View* CreateDefaultView() OVERRIDE;
virtual views::View* CreateDetailedView() OVERRIDE;
« no previous file with comments | « ash/system/audio/tray_volume.cc ('k') | ash/system/brightness/tray_brightness.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698