| Index: ash/wm/gestures/tray_gesture_handler.cc
|
| diff --git a/ash/wm/gestures/tray_gesture_handler.cc b/ash/wm/gestures/tray_gesture_handler.cc
|
| index 0d2e8cfdd6d4ea87afffba23bbc6f3490f441731..ac7292906ffd30bf46a0e17e02f2637c37497d21 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
|
|
|