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

Unified Diff: services/ui/common/transient_window_utils.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/common/switches.cc ('k') | services/ui/common/types.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/common/transient_window_utils.h
diff --git a/components/mus/common/transient_window_utils.h b/services/ui/common/transient_window_utils.h
similarity index 94%
rename from components/mus/common/transient_window_utils.h
rename to services/ui/common/transient_window_utils.h
index 17eedc63a25a57807fa1d9b989a38300bde2d03b..c3f56debde2054752c3d43739324aee89845ee09 100644
--- a/components/mus/common/transient_window_utils.h
+++ b/services/ui/common/transient_window_utils.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_COMMON_TRANSIENT_WINDOW_UTILS_H_
-#define COMPONENTS_MUS_COMMON_TRANSIENT_WINDOW_UTILS_H_
+#ifndef SERVICES_UI_COMMON_TRANSIENT_WINDOW_UTILS_H_
+#define SERVICES_UI_COMMON_TRANSIENT_WINDOW_UTILS_H_
#include <stddef.h>
#include <vector>
-#include "components/mus/public/interfaces/mus_constants.mojom.h"
+#include "services/ui/public/interfaces/mus_constants.mojom.h"
namespace mus {
@@ -123,4 +123,4 @@ void RestackTransientDescendants(T* window,
}
} // namespace mus
-#endif // COMPONENTS_MUS_COMMON_TRANSIENT_WINDOW_UTILS_H_
+#endif // SERVICES_UI_COMMON_TRANSIENT_WINDOW_UTILS_H_
« no previous file with comments | « services/ui/common/switches.cc ('k') | services/ui/common/types.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698