diff options
Diffstat (limited to 'ash/wm/toplevel_layout_manager_unittest.cc')
-rw-r--r-- | ash/wm/toplevel_layout_manager_unittest.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ash/wm/toplevel_layout_manager_unittest.cc b/ash/wm/toplevel_layout_manager_unittest.cc index a43b963..8f150ff 100644 --- a/ash/wm/toplevel_layout_manager_unittest.cc +++ b/ash/wm/toplevel_layout_manager_unittest.cc @@ -13,7 +13,7 @@ #include "ui/base/ui_base_types.h" #include "ui/aura/window.h" -namespace aura_shell { +namespace ash { namespace { @@ -77,4 +77,4 @@ TEST_F(ToplevelLayoutManagerTest, Fullscreen) { EXPECT_EQ(bounds, window->bounds()); } -} // namespace aura_shell +} // namespace ash |