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

Unified Diff: services/ui/ws/server_window_delegate.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/server_window.cc ('k') | services/ui/ws/server_window_drawn_tracker.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ws/server_window_delegate.h
diff --git a/components/mus/ws/server_window_delegate.h b/services/ui/ws/server_window_delegate.h
similarity index 77%
rename from components/mus/ws/server_window_delegate.h
rename to services/ui/ws/server_window_delegate.h
index 24d6bbd0daae80879a6a661cdb8de67e69507a38..90f9e4bd602f0fa1966bdefbea9d70a79596abd4 100644
--- a/components/mus/ws/server_window_delegate.h
+++ b/services/ui/ws/server_window_delegate.h
@@ -2,13 +2,13 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef COMPONENTS_MUS_WS_SERVER_WINDOW_DELEGATE_H_
-#define COMPONENTS_MUS_WS_SERVER_WINDOW_DELEGATE_H_
+#ifndef SERVICES_UI_WS_SERVER_WINDOW_DELEGATE_H_
+#define SERVICES_UI_WS_SERVER_WINDOW_DELEGATE_H_
#include <memory>
-#include "components/mus/public/interfaces/mus_constants.mojom.h"
-#include "components/mus/public/interfaces/window_tree.mojom.h"
+#include "services/ui/public/interfaces/mus_constants.mojom.h"
+#include "services/ui/public/interfaces/window_tree.mojom.h"
namespace mus {
@@ -43,4 +43,4 @@ class ServerWindowDelegate {
} // namespace mus
-#endif // COMPONENTS_MUS_WS_SERVER_WINDOW_DELEGATE_H_
+#endif // SERVICES_UI_WS_SERVER_WINDOW_DELEGATE_H_
« no previous file with comments | « services/ui/ws/server_window.cc ('k') | services/ui/ws/server_window_drawn_tracker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698