| Index: sync/api/attachments/attachment_metadata.h
|
| diff --git a/sync/api/attachments/attachment_metadata.h b/sync/api/attachments/attachment_metadata.h
|
| index 6eef6c682d4dbbfa09523e0cd81ed6e56b5449fb..43343dbdfe6d4c80fe1571b4543c2a89d1fdd39f 100644
|
| --- a/sync/api/attachments/attachment_metadata.h
|
| +++ b/sync/api/attachments/attachment_metadata.h
|
| @@ -5,9 +5,10 @@
|
| #ifndef SYNC_API_ATTACHMENTS_ATTACHMENT_METADATA_H_
|
| #define SYNC_API_ATTACHMENTS_ATTACHMENT_METADATA_H_
|
|
|
| +#include <stddef.h>
|
| +
|
| #include <vector>
|
|
|
| -#include "base/basictypes.h"
|
| #include "sync/api/attachments/attachment_id.h"
|
| #include "sync/base/sync_export.h"
|
|
|
|
|