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

Unified Diff: ash/system/chromeos/session/tray_session_length_limit.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/session/tray_session_length_limit.cc
diff --git a/ash/system/chromeos/session/tray_session_length_limit.cc b/ash/system/chromeos/session/tray_session_length_limit.cc
index 72aeaecfeec5c7b5540c4a1ee0a1fc7136e860e9..6e1df7a57fb1df9d6b1b759e06d911ddb8e38782 100644
--- a/ash/system/chromeos/session/tray_session_length_limit.cc
+++ b/ash/system/chromeos/session/tray_session_length_limit.cc
@@ -37,8 +37,6 @@
using message_center::Notification;
namespace ash {
-namespace internal {
-
namespace {
// If the remaining session time falls below this threshold, the user should be
@@ -388,5 +386,4 @@ bool TraySessionLengthLimit::IsTrayViewVisibleForTest() {
return tray_view_ && tray_view_->visible();
}
-} // namespace internal
} // namespace ash

Powered by Google App Engine
This is Rietveld 408576698