| Index: components/sync/api/attachments/attachment.h
|
| diff --git a/components/sync/api/attachments/attachment.h b/components/sync/api/attachments/attachment.h
|
| index 57d99b36f5819f859f4a698769f0b238f30806ac..3132c66a77832fea9d69370b517e9b22b3ea2bbe 100644
|
| --- a/components/sync/api/attachments/attachment.h
|
| +++ b/components/sync/api/attachments/attachment.h
|
| @@ -63,7 +63,7 @@ class Attachment {
|
| const scoped_refptr<base::RefCountedMemory>& data);
|
| };
|
|
|
| -typedef std::vector<syncer::Attachment> AttachmentList;
|
| +typedef std::vector<Attachment> AttachmentList;
|
| typedef std::map<AttachmentId, Attachment> AttachmentMap;
|
|
|
| } // namespace syncer
|
|
|