| Index: ash/wm/system_gesture_event_filter.cc
|
| diff --git a/ash/wm/system_gesture_event_filter.cc b/ash/wm/system_gesture_event_filter.cc
|
| index 1c318327a8ed85d384d1e8435cbaf28b291ba759..e00a0936f7314984b97d0ccbda3b197a8803f38d 100644
|
| --- a/ash/wm/system_gesture_event_filter.cc
|
| +++ b/ash/wm/system_gesture_event_filter.cc
|
| @@ -19,7 +19,6 @@
|
| #endif
|
|
|
| namespace ash {
|
| -namespace internal {
|
|
|
| SystemGestureEventFilter::SystemGestureEventFilter()
|
| : long_press_affordance_(new LongPressAffordanceHandler),
|
| @@ -69,5 +68,4 @@ void SystemGestureEventFilter::OnGestureEvent(ui::GestureEvent* event) {
|
| }
|
| }
|
|
|
| -} // namespace internal
|
| } // namespace ash
|
|
|