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

Unified Diff: services/ui/ws/touch_controller.cc

Issue 2119963002: Move mus to //services/ui (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 6 months 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 | « services/ui/ws/touch_controller.h ('k') | services/ui/ws/transient_windows_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ws/touch_controller.cc
diff --git a/components/mus/ws/touch_controller.cc b/services/ui/ws/touch_controller.cc
similarity index 96%
rename from components/mus/ws/touch_controller.cc
rename to services/ui/ws/touch_controller.cc
index e78b3489dc90b3486f1b6514095d079a1c9b3ff2..36766be2f81450ac410a56d46d12d571e83f2748 100644
--- a/components/mus/ws/touch_controller.cc
+++ b/services/ui/ws/touch_controller.cc
@@ -2,14 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "components/mus/ws/touch_controller.h"
+#include "services/ui/ws/touch_controller.h"
#include <set>
#include <vector>
#include "base/logging.h"
-#include "components/mus/ws/display.h"
-#include "components/mus/ws/display_manager.h"
+#include "services/ui/ws/display.h"
+#include "services/ui/ws/display_manager.h"
#include "ui/events/devices/device_data_manager.h"
#include "ui/events/devices/touchscreen_device.h"
#include "ui/gfx/geometry/size.h"
« no previous file with comments | « services/ui/ws/touch_controller.h ('k') | services/ui/ws/transient_windows_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698