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_ |