| Index: ui/touch_selection/selection_event_type.h
|
| diff --git a/content/browser/renderer_host/input/selection_event_type.h b/ui/touch_selection/selection_event_type.h
|
| similarity index 65%
|
| rename from content/browser/renderer_host/input/selection_event_type.h
|
| rename to ui/touch_selection/selection_event_type.h
|
| index 567259f04962db62d1183372ffece2943f5eaae3..9525362dab3c70095c85a1a2646a7937414eb547 100644
|
| --- a/content/browser/renderer_host/input/selection_event_type.h
|
| +++ b/ui/touch_selection/selection_event_type.h
|
| @@ -2,16 +2,16 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CONTENT_BROWSER_RENDERER_HOST_INPUT_SELECTION_EVENT_TYPE_
|
| -#define CONTENT_BROWSER_RENDERER_HOST_INPUT_SELECTION_EVENT_TYPE_
|
| +#ifndef UI_TOUCH_SELECTION_SELECTION_EVENT_TYPE_
|
| +#define UI_TOUCH_SELECTION_SELECTION_EVENT_TYPE_
|
|
|
| -namespace content {
|
| +namespace ui {
|
|
|
| // This file contains a list of events relating to selection and insertion, used
|
| // for notifying Java when the renderer selection has changed.
|
| -//
|
| +
|
| // A Java counterpart will be generated for this enum.
|
| -// GENERATED_JAVA_ENUM_PACKAGE: org.chromium.content.browser.input
|
| +// GENERATED_JAVA_ENUM_PACKAGE: org.chromium.ui.touch_selection
|
| enum SelectionEventType {
|
| SELECTION_SHOWN,
|
| SELECTION_CLEARED,
|
| @@ -24,6 +24,6 @@ enum SelectionEventType {
|
| INSERTION_DRAG_STARTED,
|
| };
|
|
|
| -} // namespace content
|
| +} // namespace ui
|
|
|
| -#endif // CONTENT_BROWSER_RENDERER_HOST_INPUT_SELECTION_EVENT_TYPE_
|
| +#endif // UI_TOUCH_SELECTION_SELECTION_EVENT_TYPE_
|
|
|