| Index: components/web_input/input_scroll_elasticity_controller_unittest.cc
|
| diff --git a/content/renderer/input/input_scroll_elasticity_controller_unittest.cc b/components/web_input/input_scroll_elasticity_controller_unittest.cc
|
| similarity index 99%
|
| rename from content/renderer/input/input_scroll_elasticity_controller_unittest.cc
|
| rename to components/web_input/input_scroll_elasticity_controller_unittest.cc
|
| index fa2c7f19bee3ef3fcdf0d5cf69453647c09a28b4..eb1c41df4358b264015f33c084aa858c41359288 100644
|
| --- a/content/renderer/input/input_scroll_elasticity_controller_unittest.cc
|
| +++ b/components/web_input/input_scroll_elasticity_controller_unittest.cc
|
| @@ -2,12 +2,13 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +#include "components/web_input/input_scroll_elasticity_controller.h"
|
| +
|
| #include "cc/input/input_handler.h"
|
| -#include "content/renderer/input/input_scroll_elasticity_controller.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #include "third_party/WebKit/public/web/WebInputEvent.h"
|
|
|
| -namespace content {
|
| +namespace web_input {
|
| namespace {
|
|
|
| enum Phase {
|
| @@ -384,4 +385,4 @@ TEST_F(ScrollElasticityControllerTest, UserScrollableRequiredForStretch) {
|
| }
|
|
|
| } // namespace
|
| -} // namespace content
|
| +} // namespace web_input
|
|
|