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

Unified Diff: ash/system/chromeos/screen_security/screen_tray_item.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/screen_security/screen_tray_item.cc
diff --git a/ash/system/chromeos/screen_security/screen_tray_item.cc b/ash/system/chromeos/screen_security/screen_tray_item.cc
index 7e7dc5fd0eeacee982421cff481d65b6b571fc06..f6ac38cbe686def078e2f13d62d85bb6aa272e06 100644
--- a/ash/system/chromeos/screen_security/screen_tray_item.cc
+++ b/ash/system/chromeos/screen_security/screen_tray_item.cc
@@ -16,8 +16,6 @@ const int kStopButtonRightPadding = 18;
} // namespace
namespace ash {
-namespace internal {
-
namespace tray {
// ScreenTrayView implementations.
@@ -210,5 +208,4 @@ void ScreenTrayItem::UpdateAfterShelfAlignmentChange(ShelfAlignment alignment) {
tray_view_->Layout();
}
-} // namespace internal
} // namespace ash

Powered by Google App Engine
This is Rietveld 408576698