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

Unified Diff: ui/views/touchui/gesture_manager.cc

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.h ('k') | ui/views/touchui/touch_selection_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/touchui/gesture_manager.cc
diff --git a/views/touchui/gesture_manager.cc b/ui/views/touchui/gesture_manager.cc
similarity index 98%
rename from views/touchui/gesture_manager.cc
rename to ui/views/touchui/gesture_manager.cc
index 0ffc1e52ebb98db938645506cb65612ea7d7ed4d..e935a46f86f55d34cb051f564ae1b88c7201e95f 100644
--- a/views/touchui/gesture_manager.cc
+++ b/ui/views/touchui/gesture_manager.cc
@@ -2,7 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "views/touchui/gesture_manager.h"
+#include "ui/views/touchui/gesture_manager.h"
+
#ifndef NDEBUG
#include <ostream>
#endif
« no previous file with comments | « ui/views/touchui/gesture_manager.h ('k') | ui/views/touchui/touch_selection_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698