Index: services/ui/public/cpp/window_tracker.h |
diff --git a/components/mus/public/cpp/window_tracker.h b/services/ui/public/cpp/window_tracker.h |
similarity index 64% |
rename from components/mus/public/cpp/window_tracker.h |
rename to services/ui/public/cpp/window_tracker.h |
index db27753149541d6f5f881d527836737b8d180651..d072fb782f8b219d7cc046f802b365c48a09a6e4 100644 |
--- a/components/mus/public/cpp/window_tracker.h |
+++ b/services/ui/public/cpp/window_tracker.h |
@@ -2,14 +2,14 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef COMPONENTS_MUS_PUBLIC_CPP_WINDOW_TRACKER_H_ |
-#define COMPONENTS_MUS_PUBLIC_CPP_WINDOW_TRACKER_H_ |
+#ifndef SERVICES_UI_PUBLIC_CPP_WINDOW_TRACKER_H_ |
+#define SERVICES_UI_PUBLIC_CPP_WINDOW_TRACKER_H_ |
#include <stdint.h> |
#include <set> |
#include "base/macros.h" |
-#include "components/mus/public/cpp/window_observer.h" |
+#include "services/ui/public/cpp/window_observer.h" |
#include "ui/base/window_tracker_template.h" |
namespace mus { |
@@ -18,4 +18,4 @@ using WindowTracker = ui::WindowTrackerTemplate<Window, WindowObserver>; |
} // namespace mus |
-#endif // COMPONENTS_MUS_PUBLIC_CPP_WINDOW_TRACKER_H_ |
+#endif // SERVICES_UI_PUBLIC_CPP_WINDOW_TRACKER_H_ |