Index: services/ui/public/cpp/tests/window_unittest.cc |
diff --git a/components/mus/public/cpp/tests/window_unittest.cc b/services/ui/public/cpp/tests/window_unittest.cc |
similarity index 99% |
rename from components/mus/public/cpp/tests/window_unittest.cc |
rename to services/ui/public/cpp/tests/window_unittest.cc |
index 6290119525d76c8f700ffe061c54957ece4d501d..b076f62872176ba66e0a8db27e3cfc8f558218da 100644 |
--- a/components/mus/public/cpp/tests/window_unittest.cc |
+++ b/services/ui/public/cpp/tests/window_unittest.cc |
@@ -2,7 +2,7 @@ |
// 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.h" |
+#include "services/ui/public/cpp/window.h" |
#include <limits.h> |
#include <stdint.h> |
@@ -11,12 +11,12 @@ |
#include "base/macros.h" |
#include "base/strings/string_number_conversions.h" |
#include "base/strings/stringprintf.h" |
-#include "components/mus/common/util.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/window_observer.h" |
-#include "components/mus/public/cpp/window_property.h" |
+#include "services/ui/common/util.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/window_observer.h" |
+#include "services/ui/public/cpp/window_property.h" |
#include "testing/gtest/include/gtest/gtest.h" |
#include "ui/gfx/geometry/rect.h" |