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

Unified Diff: components/window_manager/window_manager_app.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/window_manager/window_manager_app.cc
diff --git a/components/window_manager/window_manager_app.cc b/components/window_manager/window_manager_app.cc
index 3c3668fe4b0b0429dec91396fc998fdaa568ba20..ffc0d681e428dc385afec51113338f2aef2d41b3 100644
--- a/components/window_manager/window_manager_app.cc
+++ b/components/window_manager/window_manager_app.cc
@@ -6,6 +6,8 @@
#include "base/message_loop/message_loop.h"
#include "base/stl_util.h"
+#include "components/view_manager/public/cpp/view.h"
+#include "components/view_manager/public/cpp/view_manager.h"
#include "components/window_manager/capture_controller.h"
#include "components/window_manager/focus_controller.h"
#include "components/window_manager/focus_rules.h"
@@ -19,8 +21,6 @@
#include "third_party/mojo/src/mojo/public/cpp/application/application_connection.h"
#include "third_party/mojo/src/mojo/public/cpp/application/application_impl.h"
#include "third_party/mojo/src/mojo/public/interfaces/application/shell.mojom.h"
-#include "third_party/mojo_services/src/view_manager/public/cpp/view.h"
-#include "third_party/mojo_services/src/view_manager/public/cpp/view_manager.h"
using mojo::ApplicationConnection;
using mojo::Id;

Powered by Google App Engine
This is Rietveld 408576698