| Index: sync/internal_api/public/attachments/attachment_uploader_impl.h
|
| diff --git a/sync/internal_api/public/attachments/attachment_uploader_impl.h b/sync/internal_api/public/attachments/attachment_uploader_impl.h
|
| index bada41e3a42c6767cd9eae734970e3386840762a..4f0fa831e1a5ed68ca05a83481e513bfbf2c723d 100644
|
| --- a/sync/internal_api/public/attachments/attachment_uploader_impl.h
|
| +++ b/sync/internal_api/public/attachments/attachment_uploader_impl.h
|
| @@ -5,9 +5,12 @@
|
| #ifndef SYNC_INTERNAL_API_PUBLIC_ATTACHMENTS_ATTACHMENT_UPLOADER_IMPL_H_
|
| #define SYNC_INTERNAL_API_PUBLIC_ATTACHMENTS_ATTACHMENT_UPLOADER_IMPL_H_
|
|
|
| +#include <stdint.h>
|
| +
|
| #include <string>
|
|
|
| #include "base/containers/scoped_ptr_hash_map.h"
|
| +#include "base/macros.h"
|
| #include "base/threading/non_thread_safe.h"
|
| #include "google_apis/gaia/oauth2_token_service_request.h"
|
| #include "net/url_request/url_request_context_getter.h"
|
|
|