| Index: ash/display/mouse_cursor_event_filter.cc
|
| diff --git a/ash/display/mouse_cursor_event_filter.cc b/ash/display/mouse_cursor_event_filter.cc
|
| index a91fc645a1301bb1d83e3f6ad53c32f6fff5e747..cbc2207bc37985c44d440e5ecedf15a6f8fe29c5 100644
|
| --- a/ash/display/mouse_cursor_event_filter.cc
|
| +++ b/ash/display/mouse_cursor_event_filter.cc
|
| @@ -22,7 +22,6 @@
|
| #include "ui/gfx/screen.h"
|
|
|
| namespace ash {
|
| -namespace internal {
|
| namespace {
|
|
|
| // Maximum size on the display edge that initiate snapping phantom window,
|
| @@ -262,5 +261,4 @@ void MouseCursorEventFilter::UpdateVerticalIndicatorWindowBounds() {
|
| src_indicator_bounds_.set_height(lower_indicator_y - upper_indicator_y);
|
| }
|
|
|
| -} // namespace internal
|
| } // namespace ash
|
|
|