Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(460)

Unified Diff: ui/views/touchui/touch_selection_controller.h

Issue 8568022: views: Move desktop and touchui directories to ui/views/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/views/touchui/gesture_manager.cc ('k') | ui/views/touchui/touch_selection_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « ui/views/touchui/gesture_manager.cc ('k') | ui/views/touchui/touch_selection_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698