| Index: components/web_input/input_scroll_elasticity_controller.cc
|
| diff --git a/content/renderer/input/input_scroll_elasticity_controller.cc b/components/web_input/input_scroll_elasticity_controller.cc
|
| similarity index 99%
|
| rename from content/renderer/input/input_scroll_elasticity_controller.cc
|
| rename to components/web_input/input_scroll_elasticity_controller.cc
|
| index 00d078ff76c84ddb3b870c1ac0dd107bcaec0353..9586b084c4a0484bc9205a3dbd8f38abbd7a9a68 100644
|
| --- a/content/renderer/input/input_scroll_elasticity_controller.cc
|
| +++ b/components/web_input/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 "components/web_input/input_scroll_elasticity_controller.h"
|
|
|
| #include <math.h>
|
|
|
| @@ -37,7 +37,7 @@
|
| * THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -namespace content {
|
| +namespace web_input {
|
|
|
| namespace {
|
|
|
| @@ -407,4 +407,4 @@ void InputScrollElasticityController::ReconcileStretchAndScroll() {
|
| }
|
| }
|
|
|
| -} // namespace content
|
| +} // namespace web_input
|
|
|