Index: ash/shelf/shelf_window_watcher_unittest.cc |
diff --git a/ash/shelf/shelf_window_watcher_unittest.cc b/ash/shelf/shelf_window_watcher_unittest.cc |
index f4ba99dc7ad2d49d2782cd40a57e5bfd0e3d6930..588db3b4bcdac7b2f4e3d303988b426c0da92b28 100644 |
--- a/ash/shelf/shelf_window_watcher_unittest.cc |
+++ b/ash/shelf/shelf_window_watcher_unittest.cc |
@@ -21,7 +21,6 @@ |
#include "ui/base/hit_test.h" |
namespace ash { |
-namespace internal { |
class ShelfWindowWatcherTest : public test::AshTestBase { |
public: |
@@ -286,5 +285,4 @@ TEST_F(ShelfWindowWatcherTest, ReparentWindowDuringTheDragging) { |
EXPECT_EQ(1, model_->item_count()); |
} |
-} // namespace internal |
} // namespace ash |