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

Unified Diff: ash/system/chromeos/tray_display.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/chromeos/tray_caps_lock.cc ('k') | ash/system/chromeos/tray_display.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/chromeos/tray_display.h
diff --git a/ash/system/chromeos/tray_display.h b/ash/system/chromeos/tray_display.h
index e111d7d4823837a1ffedb0ce731ca762b70e7b48..fc01ba2f7c9128f6f8fe4bd86c02decba6b2807a 100644
--- a/ash/system/chromeos/tray_display.h
+++ b/ash/system/chromeos/tray_display.h
@@ -15,13 +15,12 @@
#include "ui/views/view.h"
namespace ash {
+class DisplayView;
+
namespace test {
class AshTestBase;
}
-namespace internal {
-class DisplayView;
-
class ASH_EXPORT TrayDisplay : public SystemTrayItem,
public DisplayController::Observer {
public:
@@ -74,7 +73,6 @@ class ASH_EXPORT TrayDisplay : public SystemTrayItem,
DISALLOW_COPY_AND_ASSIGN(TrayDisplay);
};
-} // namespace internal
} // namespace ash
#endif // ASH_SYSTEM_CHROMEOS_TRAY_DISPLAY_H_
« no previous file with comments | « ash/system/chromeos/tray_caps_lock.cc ('k') | ash/system/chromeos/tray_display.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698