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

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

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/brightness/tray_brightness.h ('k') | ui/resources/ui_resources.grd » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/brightness/tray_brightness.cc
diff --git a/ash/system/brightness/tray_brightness.cc b/ash/system/brightness/tray_brightness.cc
index 3aeb53b2270c42af32913189cad274a61466ab87..655c373be8bb2bbd0f7e5cd962ee00afb0a4c8f0 100644
--- a/ash/system/brightness/tray_brightness.cc
+++ b/ash/system/brightness/tray_brightness.cc
@@ -20,6 +20,9 @@
#include "ui/views/controls/image_view.h"
#include "ui/views/view.h"
+namespace ash {
+namespace internal {
+
namespace tray {
class BrightnessView : public views::View,
@@ -76,9 +79,6 @@ class BrightnessView : public views::View,
} // namespace tray
-namespace ash {
-namespace internal {
-
TrayBrightness::TrayBrightness() {}
TrayBrightness::~TrayBrightness() {}
« no previous file with comments | « ash/system/brightness/tray_brightness.h ('k') | ui/resources/ui_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698