| Index: chrome/browser/background_sync/background_sync_controller_impl.h
|
| diff --git a/chrome/browser/background_sync/background_sync_controller_impl.h b/chrome/browser/background_sync/background_sync_controller_impl.h
|
| index 02cd41f5bafa65386f0e11f32d93fc0b2e70af70..b8b6735f8d59659a9d0a8603e77fdd0bf102677d 100644
|
| --- a/chrome/browser/background_sync/background_sync_controller_impl.h
|
| +++ b/chrome/browser/background_sync/background_sync_controller_impl.h
|
| @@ -7,6 +7,9 @@
|
|
|
| #include "content/public/browser/background_sync_controller.h"
|
|
|
| +#include <stdint.h>
|
| +
|
| +#include "base/macros.h"
|
| #include "components/keyed_service/core/keyed_service.h"
|
| #include "content/public/browser/browser_thread.h"
|
|
|
|
|