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

Unified Diff: services/ui/public/cpp/tests/window_tree_client_unittest.cc

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_unittest.cc
diff --git a/components/mus/public/cpp/tests/window_tree_client_unittest.cc b/services/ui/public/cpp/tests/window_tree_client_unittest.cc
similarity index 98%
rename from components/mus/public/cpp/tests/window_tree_client_unittest.cc
rename to services/ui/public/cpp/tests/window_tree_client_unittest.cc
index ecfb1e479c4a46820f204875868a4f4acd113879..066985e98eb62ef4e0dd200975dcf9c95e2b0cfa 100644
--- a/components/mus/public/cpp/tests/window_tree_client_unittest.cc
+++ b/services/ui/public/cpp/tests/window_tree_client_unittest.cc
@@ -2,25 +2,25 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "components/mus/public/cpp/window_tree_client.h"
+#include "services/ui/public/cpp/window_tree_client.h"
#include <stdint.h>
#include "base/logging.h"
#include "base/macros.h"
-#include "components/mus/common/util.h"
-#include "components/mus/public/cpp/input_event_handler.h"
-#include "components/mus/public/cpp/lib/window_private.h"
-#include "components/mus/public/cpp/property_type_converters.h"
-#include "components/mus/public/cpp/tests/test_window.h"
-#include "components/mus/public/cpp/tests/test_window_tree.h"
-#include "components/mus/public/cpp/tests/window_tree_client_private.h"
-#include "components/mus/public/cpp/window.h"
-#include "components/mus/public/cpp/window_observer.h"
-#include "components/mus/public/cpp/window_property.h"
-#include "components/mus/public/cpp/window_tracker.h"
-#include "components/mus/public/cpp/window_tree_client_delegate.h"
#include "mojo/common/common_type_converters.h"
+#include "services/ui/common/util.h"
+#include "services/ui/public/cpp/input_event_handler.h"
+#include "services/ui/public/cpp/lib/window_private.h"
+#include "services/ui/public/cpp/property_type_converters.h"
+#include "services/ui/public/cpp/tests/test_window.h"
+#include "services/ui/public/cpp/tests/test_window_tree.h"
+#include "services/ui/public/cpp/tests/window_tree_client_private.h"
+#include "services/ui/public/cpp/window.h"
+#include "services/ui/public/cpp/window_observer.h"
+#include "services/ui/public/cpp/window_property.h"
+#include "services/ui/public/cpp/window_tracker.h"
+#include "services/ui/public/cpp/window_tree_client_delegate.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "ui/events/event.h"
#include "ui/events/event_utils.h"
« no previous file with comments | « services/ui/public/cpp/tests/window_tree_client_private.cc ('k') | services/ui/public/cpp/tests/window_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698