| Index: components/web_input/input_scroll_elasticity_controller.h
|
| diff --git a/content/renderer/input/input_scroll_elasticity_controller.h b/components/web_input/input_scroll_elasticity_controller.h
|
| similarity index 94%
|
| rename from content/renderer/input/input_scroll_elasticity_controller.h
|
| rename to components/web_input/input_scroll_elasticity_controller.h
|
| index c60a86e25b5f269bc14c1a06f94c5363b227579c..b5d065c63b057b8af6128dc826f21b47f2336dad 100644
|
| --- a/content/renderer/input/input_scroll_elasticity_controller.h
|
| +++ b/components/web_input/input_scroll_elasticity_controller.h
|
| @@ -2,13 +2,12 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CONTENT_RENDERER_INPUT_INPUT_SCROLL_ELASTICITY_CONTROLLER_H_
|
| -#define CONTENT_RENDERER_INPUT_INPUT_SCROLL_ELASTICITY_CONTROLLER_H_
|
| +#ifndef COMPONENTS_WEB_INPUT_INPUT_SCROLL_ELASTICITY_CONTROLLER_H_
|
| +#define COMPONENTS_WEB_INPUT_INPUT_SCROLL_ELASTICITY_CONTROLLER_H_
|
|
|
| #include "base/macros.h"
|
| #include "base/memory/weak_ptr.h"
|
| #include "cc/input/scroll_elasticity_helper.h"
|
| -#include "content/common/content_export.h"
|
| #include "third_party/WebKit/public/web/WebInputEvent.h"
|
|
|
| // InputScrollElasticityController is based on
|
| @@ -42,9 +41,9 @@ namespace cc {
|
| struct InputHandlerScrollResult;
|
| } // namespace cc
|
|
|
| -namespace content {
|
| +namespace web_input {
|
|
|
| -class CONTENT_EXPORT InputScrollElasticityController {
|
| +class InputScrollElasticityController {
|
| public:
|
| explicit InputScrollElasticityController(cc::ScrollElasticityHelper* helper);
|
| virtual ~InputScrollElasticityController();
|
| @@ -143,6 +142,6 @@ class CONTENT_EXPORT InputScrollElasticityController {
|
| DISALLOW_COPY_AND_ASSIGN(InputScrollElasticityController);
|
| };
|
|
|
| -} // namespace content
|
| +} // namespace web_input
|
|
|
| -#endif // CONTENT_RENDERER_INPUT_INPUT_SCROLL_ELASTICITY_CONTROLLER_H_
|
| +#endif // COMPONENTS_WEB_INPUT_INPUT_SCROLL_ELASTICITY_CONTROLLER_H_
|
|
|