| Index: content/browser/background_sync/background_sync_registration_options.h
|
| diff --git a/content/browser/background_sync/background_sync_registration_options.h b/content/browser/background_sync/background_sync_registration_options.h
|
| index 133c9f6b31ef070583532317d6412aaeb0471c66..0429f2a90ccfd0631fabfa854827dcf6a9ab4777 100644
|
| --- a/content/browser/background_sync/background_sync_registration_options.h
|
| +++ b/content/browser/background_sync/background_sync_registration_options.h
|
| @@ -5,9 +5,10 @@
|
| #ifndef CONTENT_BROWSER_BACKGROUND_SYNC_BACKGROUND_SYNC_REGISTRATION_OPTIONS_H_
|
| #define CONTENT_BROWSER_BACKGROUND_SYNC_BACKGROUND_SYNC_REGISTRATION_OPTIONS_H_
|
|
|
| +#include <stdint.h>
|
| +
|
| #include <string>
|
|
|
| -#include "base/basictypes.h"
|
| #include "content/browser/background_sync/background_sync.pb.h"
|
| #include "content/common/content_export.h"
|
|
|
|
|