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

Unified Diff: ash/system/tray/tray_empty.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
« no previous file with comments | « ash/system/tray/tray_empty.h ('k') | ash/system/tray/tray_event_filter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/tray/tray_empty.cc
diff --git a/ash/system/tray/tray_empty.cc b/ash/system/tray/tray_empty.cc
index 45ecb322367c6ce217e26780a9ce971a11665ee9..bd2b7a18234ff4c715877b8ef09f4b09d0aebc17 100644
--- a/ash/system/tray/tray_empty.cc
+++ b/ash/system/tray/tray_empty.cc
@@ -26,7 +26,6 @@ class EmptyBackground : public views::Background {
}
namespace ash {
-namespace internal {
TrayEmpty::TrayEmpty(SystemTray* system_tray)
: SystemTrayItem(system_tray) {
@@ -64,5 +63,4 @@ void TrayEmpty::DestroyDetailedView() {}
void TrayEmpty::UpdateAfterLoginStatusChange(user::LoginStatus status) {}
-} // namespace internal
} // namespace ash
« no previous file with comments | « ash/system/tray/tray_empty.h ('k') | ash/system/tray/tray_event_filter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698