| Index: components/window_manager/window_manager_impl.cc
|
| diff --git a/components/window_manager/window_manager_impl.cc b/components/window_manager/window_manager_impl.cc
|
| index 4a218d9ec2fa0d7301cf4a5f9c3dd343c82a4f24..11e4658e13ef8eeaae2b3e2c44cef827ab9fee7e 100644
|
| --- a/components/window_manager/window_manager_impl.cc
|
| +++ b/components/window_manager/window_manager_impl.cc
|
| @@ -4,10 +4,10 @@
|
|
|
| #include "components/window_manager/window_manager_impl.h"
|
|
|
| +#include "components/view_manager/public/cpp/view.h"
|
| #include "components/window_manager/capture_controller.h"
|
| #include "components/window_manager/focus_controller.h"
|
| #include "components/window_manager/window_manager_app.h"
|
| -#include "third_party/mojo_services/src/view_manager/public/cpp/view.h"
|
|
|
| using mojo::Callback;
|
| using mojo::Id;
|
|
|