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

Unified Diff: ash/root_window_settings.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/root_window_settings.h ('k') | ash/scoped_target_root_window.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/root_window_settings.cc
diff --git a/ash/root_window_settings.cc b/ash/root_window_settings.cc
index 9f51bd9e9bd0f60f8b688f85b57eb60ac70114ef..555c4c8baa8d2d5c6054bae4677c249acb30416f 100644
--- a/ash/root_window_settings.cc
+++ b/ash/root_window_settings.cc
@@ -8,10 +8,9 @@
#include "ui/aura/window_property.h"
#include "ui/gfx/display.h"
-DECLARE_WINDOW_PROPERTY_TYPE(ash::internal::RootWindowSettings*);
+DECLARE_WINDOW_PROPERTY_TYPE(ash::RootWindowSettings*);
namespace ash {
-namespace internal {
DEFINE_OWNED_WINDOW_PROPERTY_KEY(RootWindowSettings,
kRootWindowSettingsKey, NULL);
@@ -36,5 +35,4 @@ const RootWindowSettings* GetRootWindowSettings(const aura::Window* root) {
return root->GetProperty(kRootWindowSettingsKey);
}
-} // namespace internal
} // namespace ash
« no previous file with comments | « ash/root_window_settings.h ('k') | ash/scoped_target_root_window.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698