Index: ash/wm/gestures/long_press_affordance_handler.cc |
diff --git a/ash/wm/gestures/long_press_affordance_handler.cc b/ash/wm/gestures/long_press_affordance_handler.cc |
index 54e819777c1006d59414b8d45c8b7ed7988344b3..961b86413cdb24d9d97a81ca8fffe8aaa8edf972 100644 |
--- a/ash/wm/gestures/long_press_affordance_handler.cc |
+++ b/ash/wm/gestures/long_press_affordance_handler.cc |
@@ -25,7 +25,6 @@ |
#include "ui/views/widget/widget.h" |
namespace ash { |
-namespace internal { |
namespace { |
const int kAffordanceOuterRadius = 60; |
@@ -365,5 +364,4 @@ void LongPressAffordanceHandler::OnWindowDestroying(aura::Window* window) { |
StopAffordance(); |
} |
-} // namespace internal |
} // namespace ash |