| Index: content/browser/wake_lock/wake_lock_service_impl.h
|
| diff --git a/content/browser/wake_lock/wake_lock_service_impl.h b/content/browser/wake_lock/wake_lock_service_impl.h
|
| index 903f5057fa345b39b56f65189f72c3053eeaca48..3d6a580287b6d9cfd3b348549d37002ab9487bbb 100644
|
| --- a/content/browser/wake_lock/wake_lock_service_impl.h
|
| +++ b/content/browser/wake_lock/wake_lock_service_impl.h
|
| @@ -8,8 +8,8 @@
|
| #include "base/macros.h"
|
| #include "base/memory/weak_ptr.h"
|
| #include "content/common/wake_lock_service.mojom.h"
|
| -#include "mojo/public/cpp/bindings/interface_request.h"
|
| -#include "mojo/public/cpp/bindings/strong_binding.h"
|
| +#include "third_party/mojo/src/mojo/public/cpp/bindings/interface_request.h"
|
| +#include "third_party/mojo/src/mojo/public/cpp/bindings/strong_binding.h"
|
|
|
| namespace content {
|
|
|
|
|