| Index: ash/wm/root_window_layout_manager.cc
|
| diff --git a/ash/wm/root_window_layout_manager.cc b/ash/wm/root_window_layout_manager.cc
|
| index 2f7efda5ead1b8b6f958d119aa7d1feff652a081..282dbed08dd7f59744d8b98fd1e90463b83d498f 100644
|
| --- a/ash/wm/root_window_layout_manager.cc
|
| +++ b/ash/wm/root_window_layout_manager.cc
|
| @@ -12,7 +12,6 @@
|
| #include "ui/views/widget/widget.h"
|
|
|
| namespace ash {
|
| -namespace internal {
|
|
|
| ////////////////////////////////////////////////////////////////////////////////
|
| // RootWindowLayoutManager, public:
|
| @@ -79,5 +78,4 @@ void RootWindowLayoutManager::SetChildBounds(
|
| SetChildBoundsDirect(child, requested_bounds);
|
| }
|
|
|
| -} // namespace internal
|
| } // namespace ash
|
|
|