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

Unified Diff: services/ui/ws/event_dispatcher.h

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/display_unittest.cc ('k') | services/ui/ws/event_dispatcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ws/event_dispatcher.h
diff --git a/components/mus/ws/event_dispatcher.h b/services/ui/ws/event_dispatcher.h
similarity index 96%
rename from components/mus/ws/event_dispatcher.h
rename to services/ui/ws/event_dispatcher.h
index a617807398187ae367220ed1d17f95af883ff12e..59f607031e4f069f22e2d4424e056eac74cf5074 100644
--- a/components/mus/ws/event_dispatcher.h
+++ b/services/ui/ws/event_dispatcher.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 COMPONENTS_MUS_WS_EVENT_DISPATCHER_H_
-#define COMPONENTS_MUS_WS_EVENT_DISPATCHER_H_
+#ifndef SERVICES_UI_WS_EVENT_DISPATCHER_H_
+#define SERVICES_UI_WS_EVENT_DISPATCHER_H_
#include <stdint.h>
@@ -12,10 +12,10 @@
#include <utility>
#include "base/macros.h"
-#include "components/mus/common/types.h"
-#include "components/mus/public/interfaces/event_matcher.mojom.h"
-#include "components/mus/ws/modal_window_controller.h"
-#include "components/mus/ws/server_window_observer.h"
+#include "services/ui/common/types.h"
+#include "services/ui/public/interfaces/event_matcher.mojom.h"
+#include "services/ui/ws/modal_window_controller.h"
+#include "services/ui/ws/server_window_observer.h"
#include "ui/gfx/geometry/rect_f.h"
namespace ui {
@@ -233,4 +233,4 @@ class EventDispatcher : public ServerWindowObserver {
} // namespace ws
} // namespace mus
-#endif // COMPONENTS_MUS_WS_EVENT_DISPATCHER_H_
+#endif // SERVICES_UI_WS_EVENT_DISPATCHER_H_
« no previous file with comments | « services/ui/ws/display_unittest.cc ('k') | services/ui/ws/event_dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698