| Index: content/browser/background_sync/background_sync_registration_handle.h
|
| diff --git a/content/browser/background_sync/background_sync_registration_handle.h b/content/browser/background_sync/background_sync_registration_handle.h
|
| index c7381796173d1f1e58faa4979b0969edad8c11db..8b2b5a92bb955df55b2d4bad077a7416e18f23cc 100644
|
| --- a/content/browser/background_sync/background_sync_registration_handle.h
|
| +++ b/content/browser/background_sync/background_sync_registration_handle.h
|
| @@ -5,8 +5,11 @@
|
| #ifndef CONTENT_BROWSER_BACKGROUND_SYNC_BACKGROUND_SYNC_REGISTRATION_HANDLE_H_
|
| #define CONTENT_BROWSER_BACKGROUND_SYNC_BACKGROUND_SYNC_REGISTRATION_HANDLE_H_
|
|
|
| +#include <stdint.h>
|
| +
|
| #include "base/callback.h"
|
| #include "base/logging.h"
|
| +#include "base/macros.h"
|
| #include "base/memory/weak_ptr.h"
|
| #include "content/browser/background_sync/background_sync_registration.h"
|
| #include "content/browser/background_sync/background_sync_status.h"
|
|
|