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

Unified Diff: ash/system/date/tray_date.h

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/date_view_unittest.cc ('k') | ash/system/date/tray_date.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/date/tray_date.h
diff --git a/ash/system/date/tray_date.h b/ash/system/date/tray_date.h
index 6ba6e032018ca52a2f380b139147ae73f5ad15f8..90c02e2075f6f8746dafd3c2bf86787a85119f7c 100644
--- a/ash/system/date/tray_date.h
+++ b/ash/system/date/tray_date.h
@@ -15,12 +15,10 @@ class Label;
}
namespace ash {
-namespace internal {
-
+class DateDefaultView;
#if defined(OS_CHROMEOS)
class SystemClockObserver;
#endif
-class DateDefaultView;
namespace tray {
class TimeView;
@@ -71,7 +69,6 @@ class ASH_EXPORT TrayDate : public SystemTrayItem, public ClockObserver {
DISALLOW_COPY_AND_ASSIGN(TrayDate);
};
-} // namespace internal
} // namespace ash
#endif // ASH_SYSTEM_DATE_TRAY_DATE_H_
« no previous file with comments | « ash/system/date/date_view_unittest.cc ('k') | ash/system/date/tray_date.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698