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

Unified Diff: components/view_manager/view_manager_service_unittest.cc

Issue 1085233004: Moves services implementations out of third_party/mojo_services (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: unnecessary changes Created 5 years, 8 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: components/view_manager/view_manager_service_unittest.cc
diff --git a/components/view_manager/view_manager_service_unittest.cc b/components/view_manager/view_manager_service_unittest.cc
index b51e8f51f219aecc8ddef5903a901ca364e73e58..895a81d2a9b3f668a77e3923d500b175336ee9c0 100644
--- a/components/view_manager/view_manager_service_unittest.cc
+++ b/components/view_manager/view_manager_service_unittest.cc
@@ -11,17 +11,17 @@
#include "components/view_manager/connection_manager_delegate.h"
#include "components/view_manager/display_manager.h"
#include "components/view_manager/ids.h"
+#include "components/view_manager/public/cpp/types.h"
+#include "components/view_manager/public/cpp/util.h"
+#include "components/view_manager/public/interfaces/view_manager.mojom.h"
#include "components/view_manager/server_view.h"
#include "components/view_manager/test_change_tracker.h"
#include "components/view_manager/view_manager_service_impl.h"
+#include "components/window_manager/public/interfaces/window_manager.mojom.h"
+#include "components/window_manager/public/interfaces/window_manager_internal.mojom.h"
#include "mojo/converters/geometry/geometry_type_converters.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/mojo/src/mojo/public/interfaces/application/service_provider.mojom.h"
-#include "third_party/mojo_services/src/view_manager/public/cpp/types.h"
-#include "third_party/mojo_services/src/view_manager/public/cpp/util.h"
-#include "third_party/mojo_services/src/view_manager/public/interfaces/view_manager.mojom.h"
-#include "third_party/mojo_services/src/window_manager/public/interfaces/window_manager.mojom.h"
-#include "third_party/mojo_services/src/window_manager/public/interfaces/window_manager_internal.mojom.h"
#include "ui/gfx/geometry/rect.h"
using mojo::Array;

Powered by Google App Engine
This is Rietveld 408576698