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

Unified Diff: ash/display/screen_position_controller.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/display/screen_ash.cc ('k') | ash/display/screen_position_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/display/screen_position_controller.h
diff --git a/ash/display/screen_position_controller.h b/ash/display/screen_position_controller.h
index ad692f9b1df42cb611f3fee9d18dfef77b1cd73f..95271c1446be1c286a71adc4d11df8923e9ffc16 100644
--- a/ash/display/screen_position_controller.h
+++ b/ash/display/screen_position_controller.h
@@ -9,7 +9,6 @@
#include "ui/aura/client/screen_position_client.h"
namespace ash {
-namespace internal {
class ScreenPositionController : public aura::client::ScreenPositionClient {
public:
@@ -31,7 +30,6 @@ class ScreenPositionController : public aura::client::ScreenPositionClient {
DISALLOW_COPY_AND_ASSIGN(ScreenPositionController);
};
-} // internal
-} // ash
+} // namespace ash
#endif // ASH_DISPLAY_SCREEN_POSITION_CONTROLLER_H_
« no previous file with comments | « ash/display/screen_ash.cc ('k') | ash/display/screen_position_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698