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

Unified Diff: ash/scoped_target_root_window.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/root_window_settings.cc ('k') | ash/scoped_target_root_window.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/scoped_target_root_window.h
diff --git a/ash/scoped_target_root_window.h b/ash/scoped_target_root_window.h
index c0ab7ef7557b861d32ee7c8c61081d38a38057c5..0a749572379aae7eb4b771448a3db3fa6b8541af 100644
--- a/ash/scoped_target_root_window.h
+++ b/ash/scoped_target_root_window.h
@@ -12,7 +12,6 @@ class Window;
}
namespace ash {
-namespace internal {
// Constructing a ScopedTargetRootWindow allows temporarily
// switching a target root window so that a new window gets created
@@ -28,7 +27,6 @@ class ASH_EXPORT ScopedTargetRootWindow {
DISALLOW_COPY_AND_ASSIGN(ScopedTargetRootWindow);
};
-} // namespace internal
} // namespace ash
#endif // ASH_SCOPED_TARGET_ROOT_WINDOW_H_
« no previous file with comments | « ash/root_window_settings.cc ('k') | ash/scoped_target_root_window.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698