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

Unified Diff: services/ui/ws/focus_controller.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/event_matcher_unittest.cc ('k') | services/ui/ws/focus_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ws/focus_controller.h
diff --git a/components/mus/ws/focus_controller.h b/services/ui/ws/focus_controller.h
similarity index 92%
rename from components/mus/ws/focus_controller.h
rename to services/ui/ws/focus_controller.h
index 96a08609ad0c318c4695f5e6591c1d60eded15c4..121b89f464953c0c1ec52d4f940f015e57bf5a24 100644
--- a/components/mus/ws/focus_controller.h
+++ b/services/ui/ws/focus_controller.h
@@ -2,15 +2,15 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef COMPONENTS_MUS_WS_FOCUS_CONTROLLER_H_
-#define COMPONENTS_MUS_WS_FOCUS_CONTROLLER_H_
+#ifndef SERVICES_UI_WS_FOCUS_CONTROLLER_H_
+#define SERVICES_UI_WS_FOCUS_CONTROLLER_H_
#include <memory>
#include "base/macros.h"
#include "base/observer_list.h"
-#include "components/mus/ws/server_window_drawn_tracker_observer.h"
-#include "components/mus/ws/server_window_tracker.h"
+#include "services/ui/ws/server_window_drawn_tracker_observer.h"
+#include "services/ui/ws/server_window_tracker.h"
namespace mus {
@@ -101,4 +101,4 @@ class FocusController : public ServerWindowDrawnTrackerObserver {
} // namespace mus
-#endif // COMPONENTS_MUS_WS_FOCUS_CONTROLLER_H_
+#endif // SERVICES_UI_WS_FOCUS_CONTROLLER_H_
« no previous file with comments | « services/ui/ws/event_matcher_unittest.cc ('k') | services/ui/ws/focus_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698