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

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

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/chromeos/brightness/tray_brightness.cc
diff --git a/ash/system/chromeos/brightness/tray_brightness.cc b/ash/system/chromeos/brightness/tray_brightness.cc
index 23f6fa70b34d2c06611d19f66f64244cc20f84f3..901b0aa2a3a4380239c56319a8e1303cae1530f9 100644
--- a/ash/system/chromeos/brightness/tray_brightness.cc
+++ b/ash/system/chromeos/brightness/tray_brightness.cc
@@ -32,10 +32,7 @@
#include "ui/views/view.h"
namespace ash {
-namespace internal {
-
namespace tray {
-
namespace {
// We don't let the screen brightness go lower than this when it's being
@@ -281,5 +278,4 @@ void TrayBrightness::HandleBrightnessChanged(double percent,
PopupDetailedView(kTrayPopupAutoCloseDelayInSeconds, false);
}
-} // namespace internal
} // namespace ash
« no previous file with comments | « ash/system/chromeos/brightness/tray_brightness.h ('k') | ash/system/chromeos/brightness/tray_brightness_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698