summaryrefslogtreecommitdiffstats
path: root/ash/wm/gestures/tray_gesture_handler.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ash/wm/gestures/tray_gesture_handler.cc')
-rw-r--r--ash/wm/gestures/tray_gesture_handler.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/ash/wm/gestures/tray_gesture_handler.cc b/ash/wm/gestures/tray_gesture_handler.cc
index 0d2e8cf..ac72929 100644
--- a/ash/wm/gestures/tray_gesture_handler.cc
+++ b/ash/wm/gestures/tray_gesture_handler.cc
@@ -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