Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / ash / wm / gestures / shelf_gesture_handler.cc
index 5e89737..6d4a01a 100644 (file)
@@ -5,7 +5,7 @@
 #include "ash/wm/gestures/shelf_gesture_handler.h"
 
 #include "ash/root_window_controller.h"
-#include "ash/session_state_delegate.h"
+#include "ash/session/session_state_delegate.h"
 #include "ash/shelf/shelf_layout_manager.h"
 #include "ash/shelf/shelf_types.h"
 #include "ash/shelf/shelf_widget.h"
@@ -21,7 +21,6 @@
 #include "ui/views/widget/widget.h"
 
 namespace ash {
-namespace internal {
 
 ShelfGestureHandler::ShelfGestureHandler()
     : drag_in_progress_(false) {
@@ -93,5 +92,4 @@ bool ShelfGestureHandler::ProcessGestureEvent(const ui::GestureEvent& event) {
   return false;
 }
 
-}  // namespace internal
 }  // namespace ash