Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / ash / wm / gestures / tray_gesture_handler.cc
index 0d2e8cf..ac72929 100644 (file)
@@ -16,7 +16,6 @@
 const int kMinBubbleHeight = 13;
 
 namespace ash {
-namespace internal {
 
 TrayGestureHandler::TrayGestureHandler()
     : widget_(NULL),
@@ -105,5 +104,4 @@ void TrayGestureHandler::OnWidgetDestroying(views::Widget* widget) {
   widget_ = NULL;
 }
 
-}  // namespace internal
 }  // namespace ash