| Index: components/window_manager/window_manager_impl.h
|
| diff --git a/components/window_manager/window_manager_impl.h b/components/window_manager/window_manager_impl.h
|
| index c6c5a172e02fdd8204836921688c36f9a56e4065..826831f86c30573843ec6d7f34fa5f1c4dd8ed5f 100644
|
| --- a/components/window_manager/window_manager_impl.h
|
| +++ b/components/window_manager/window_manager_impl.h
|
| @@ -7,10 +7,10 @@
|
|
|
| #include "base/basictypes.h"
|
| #include "base/logging.h"
|
| +#include "components/view_manager/public/cpp/types.h"
|
| +#include "components/window_manager/public/interfaces/window_manager.mojom.h"
|
| #include "third_party/mojo/src/mojo/public/cpp/bindings/binding.h"
|
| #include "third_party/mojo/src/mojo/public/cpp/bindings/error_handler.h"
|
| -#include "third_party/mojo_services/src/view_manager/public/cpp/types.h"
|
| -#include "third_party/mojo_services/src/window_manager/public/interfaces/window_manager.mojom.h"
|
|
|
| namespace window_manager {
|
|
|
|
|