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

Unified Diff: ash/system/date/tray_date.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/date/tray_date.h ('k') | ash/system/drive/tray_drive.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/date/tray_date.cc
diff --git a/ash/system/date/tray_date.cc b/ash/system/date/tray_date.cc
index ac6754a8555d70692990b4afb3e35c8dbb5958de..156d355b7bb875d72f48d34dac321696322f3fe0 100644
--- a/ash/system/date/tray_date.cc
+++ b/ash/system/date/tray_date.cc
@@ -16,7 +16,6 @@
#endif
namespace ash {
-namespace internal {
TrayDate::TrayDate(SystemTray* system_tray)
: SystemTrayItem(system_tray),
@@ -113,5 +112,4 @@ void TrayDate::Refresh() {
time_tray_->UpdateText();
}
-} // namespace internal
} // namespace ash
« no previous file with comments | « ash/system/date/tray_date.h ('k') | ash/system/drive/tray_drive.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698