| Index: ui/views/touchui/touch_selection_controller.h
|
| diff --git a/views/touchui/touch_selection_controller.h b/ui/views/touchui/touch_selection_controller.h
|
| similarity index 91%
|
| rename from views/touchui/touch_selection_controller.h
|
| rename to ui/views/touchui/touch_selection_controller.h
|
| index 58f6f91bf7974e81ce79236b4368588b3907118b..c117dc21f7d17ec07b5978c450f92c23c97040f2 100644
|
| --- a/views/touchui/touch_selection_controller.h
|
| +++ b/ui/views/touchui/touch_selection_controller.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef VIEWS_TOUCHUI_TOUCH_SELECTION_CONTROLLER_H_
|
| -#define VIEWS_TOUCHUI_TOUCH_SELECTION_CONTROLLER_H_
|
| +#ifndef UI_VIEWS_TOUCHUI_TOUCH_SELECTION_CONTROLLER_H_
|
| +#define UI_VIEWS_TOUCHUI_TOUCH_SELECTION_CONTROLLER_H_
|
| #pragma once
|
|
|
| #include "ui/base/models/simple_menu_model.h"
|
| @@ -53,4 +53,4 @@ class VIEWS_EXPORT TouchSelectionController {
|
|
|
| } // namespace views
|
|
|
| -#endif // VIEWS_TOUCHUI_TOUCH_SELECTION_CONTROLLER_H_
|
| +#endif // UI_VIEWS_TOUCHUI_TOUCH_SELECTION_CONTROLLER_H_
|
|
|