| Index: ui/events/blink/input_scroll_elasticity_controller_unittest.cc
|
| diff --git a/content/renderer/input/input_scroll_elasticity_controller_unittest.cc b/ui/events/blink/input_scroll_elasticity_controller_unittest.cc
|
| similarity index 99%
|
| rename from content/renderer/input/input_scroll_elasticity_controller_unittest.cc
|
| rename to ui/events/blink/input_scroll_elasticity_controller_unittest.cc
|
| index fa2c7f19bee3ef3fcdf0d5cf69453647c09a28b4..51fe4ff4fd3df0a1075425b44b62a7b9465644a1 100644
|
| --- a/content/renderer/input/input_scroll_elasticity_controller_unittest.cc
|
| +++ b/ui/events/blink/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 "ui/events/blink/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 ui {
|
| namespace {
|
|
|
| enum Phase {
|
| @@ -384,4 +385,4 @@ TEST_F(ScrollElasticityControllerTest, UserScrollableRequiredForStretch) {
|
| }
|
|
|
| } // namespace
|
| -} // namespace content
|
| +} // namespace ui
|
|
|