diff options
Diffstat (limited to 'chrome/browser/background_sync/background_sync_controller_impl.h')
| -rw-r--r-- | chrome/browser/background_sync/background_sync_controller_impl.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/background_sync/background_sync_controller_impl.h b/chrome/browser/background_sync/background_sync_controller_impl.h index 02cd41f..b8b6735 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" |
