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

Unified Diff: services/ui/public/cpp/tests/window_tree_client_private.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
Index: services/ui/public/cpp/tests/window_tree_client_private.h
diff --git a/components/mus/public/cpp/tests/window_tree_client_private.h b/services/ui/public/cpp/tests/window_tree_client_private.h
similarity index 83%
rename from components/mus/public/cpp/tests/window_tree_client_private.h
rename to services/ui/public/cpp/tests/window_tree_client_private.h
index 0612bbf721af6120967abc12679c838c4f68c570..966077dbffbe98d107b4939417d3f2d96e801865 100644
--- a/components/mus/public/cpp/tests/window_tree_client_private.h
+++ b/services/ui/public/cpp/tests/window_tree_client_private.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_PUBLIC_CPP_TESTS_WINDOW_TREE_CLIENT_PRIVATE_H_
-#define COMPONENTS_MUS_PUBLIC_CPP_TESTS_WINDOW_TREE_CLIENT_PRIVATE_H_
+#ifndef SERVICES_UI_PUBLIC_CPP_TESTS_WINDOW_TREE_CLIENT_PRIVATE_H_
+#define SERVICES_UI_PUBLIC_CPP_TESTS_WINDOW_TREE_CLIENT_PRIVATE_H_
#include <stdint.h>
#include <memory>
#include "base/macros.h"
-#include "components/mus/common/types.h"
+#include "services/ui/common/types.h"
namespace display {
class Display;
@@ -57,4 +57,4 @@ class WindowTreeClientPrivate {
} // namespace mus
-#endif // COMPONENTS_MUS_PUBLIC_CPP_TESTS_WINDOW_TREE_CLIENT_PRIVATE_H_
+#endif // SERVICES_UI_PUBLIC_CPP_TESTS_WINDOW_TREE_CLIENT_PRIVATE_H_
« no previous file with comments | « services/ui/public/cpp/tests/window_server_test_suite.cc ('k') | services/ui/public/cpp/tests/window_tree_client_private.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698