Index: ash/display/mouse_cursor_event_filter_unittest.cc |
diff --git a/ash/display/mouse_cursor_event_filter_unittest.cc b/ash/display/mouse_cursor_event_filter_unittest.cc |
index 0f023588fd8879d77eb7034c5a0782e4f3db111e..1b344563208877aac7877a39a0ad8aed41953320 100644 |
--- a/ash/display/mouse_cursor_event_filter_unittest.cc |
+++ b/ash/display/mouse_cursor_event_filter_unittest.cc |
@@ -15,7 +15,6 @@ |
#include "ui/gfx/screen.h" |
namespace ash { |
-namespace internal { |
class MouseCursorEventFilterTest : public test::AshTestBase { |
public: |
@@ -376,5 +375,4 @@ TEST_F(MouseCursorEventFilterTest, CursorDeviceScaleFactor) { |
EXPECT_EQ(1.0f, cursor_test_api.GetDisplay().device_scale_factor()); |
} |
-} // namespace internal |
} // namespace ash |