Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(159)

Unified Diff: components/sync/api/attachments/attachment.h

Issue 2388673002: Revert of [Sync] Move //components/sync to the syncer namespace. (patchset #5 id:40001 of https://co (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/sync/api/attachments/attachment.h
diff --git a/components/sync/api/attachments/attachment.h b/components/sync/api/attachments/attachment.h
index 3132c66a77832fea9d69370b517e9b22b3ea2bbe..57d99b36f5819f859f4a698769f0b238f30806ac 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<Attachment> AttachmentList;
+typedef std::vector<syncer::Attachment> AttachmentList;
typedef std::map<AttachmentId, Attachment> AttachmentMap;
} // namespace syncer

Powered by Google App Engine
This is Rietveld 408576698