Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / ash / wm / gestures / overview_gesture_handler.h
index 8b9fde5..76f5fb8 100644 (file)
@@ -17,7 +17,6 @@ class ScrollEvent;
 }
 
 namespace ash {
-namespace internal {
 
 // This handles a 3-finger swipe down gesture from the top of the screen to
 // enter overview mode.
@@ -45,7 +44,6 @@ class OverviewGestureHandler {
   DISALLOW_COPY_AND_ASSIGN(OverviewGestureHandler);
 };
 
-}  // namespace internal
 }  // namespace ash
 
 #endif  // ASH_WM_GESTURES_OVERVIEW_GESTURE_HANDLER_H_