Index: ui/events/blink/input_scroll_elasticity_controller.cc |
diff --git a/content/renderer/input/input_scroll_elasticity_controller.cc b/ui/events/blink/input_scroll_elasticity_controller.cc |
similarity index 99% |
rename from content/renderer/input/input_scroll_elasticity_controller.cc |
rename to ui/events/blink/input_scroll_elasticity_controller.cc |
index 00d078ff76c84ddb3b870c1ac0dd107bcaec0353..bdd1808e23d2230abfa5126b9f4c193aaf13b037 100644 |
--- a/content/renderer/input/input_scroll_elasticity_controller.cc |
+++ b/ui/events/blink/input_scroll_elasticity_controller.cc |
@@ -2,7 +2,7 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "content/renderer/input/input_scroll_elasticity_controller.h" |
+#include "ui/events/blink/input_scroll_elasticity_controller.h" |
#include <math.h> |
@@ -37,7 +37,7 @@ |
* THE POSSIBILITY OF SUCH DAMAGE. |
*/ |
-namespace content { |
+namespace ui { |
namespace { |
@@ -407,4 +407,4 @@ void InputScrollElasticityController::ReconcileStretchAndScroll() { |
} |
} |
-} // namespace content |
+} // namespace ui |