Index: components/window_manager/main.cc |
diff --git a/components/window_manager/main.cc b/components/window_manager/main.cc |
index 5edfec90b169c739f8573e2c280841d3a623adf0..5fbda31387248015b5bb6d09e9d1a64cd10cd7db 100644 |
--- a/components/window_manager/main.cc |
+++ b/components/window_manager/main.cc |
@@ -3,6 +3,8 @@ |
// found in the LICENSE file. |
#include "base/memory/scoped_ptr.h" |
+#include "components/view_manager/public/cpp/view_manager.h" |
+#include "components/view_manager/public/cpp/view_manager_delegate.h" |
#include "components/window_manager/basic_focus_rules.h" |
#include "components/window_manager/window_manager_app.h" |
#include "components/window_manager/window_manager_delegate.h" |
@@ -11,8 +13,6 @@ |
#include "third_party/mojo/src/mojo/public/c/system/main.h" |
#include "third_party/mojo/src/mojo/public/cpp/application/application_delegate.h" |
#include "third_party/mojo/src/mojo/public/cpp/application/service_provider_impl.h" |
-#include "third_party/mojo_services/src/view_manager/public/cpp/view_manager.h" |
-#include "third_party/mojo_services/src/view_manager/public/cpp/view_manager_delegate.h" |
// ApplicationDelegate implementation file for WindowManager users (e.g. |
// core window manager tests) that do not want to provide their own |