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

Unified Diff: components/sync/api/sync_data.h

Issue 2376123003: [Sync] Move //components/sync to the syncer namespace. (Closed)
Patch Set: Rebase. Created 4 years, 3 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
« no previous file with comments | « components/sync/api/sync_change_unittest.cc ('k') | components/sync/api/sync_data.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/api/sync_data.h
diff --git a/components/sync/api/sync_data.h b/components/sync/api/sync_data.h
index 5c570bd6b0b9a6307750d698eb634f678c79889d..d9043c58c76f031791a591b3318bff04d6fe1157 100644
--- a/components/sync/api/sync_data.h
+++ b/components/sync/api/sync_data.h
@@ -73,7 +73,7 @@ class SyncData {
const sync_pb::EntitySpecifics& specifics,
const base::Time& last_modified_time,
const AttachmentIdList& attachment_ids,
- const syncer::AttachmentServiceProxy& attachment_service,
+ const AttachmentServiceProxy& attachment_service,
const std::string& client_tag_hash = std::string());
// Whether this SyncData holds valid data. The only way to have a SyncData
@@ -145,7 +145,7 @@ class SyncData {
SyncData(int64_t id,
sync_pb::SyncEntity* entity,
const base::Time& remote_modification_time,
- const syncer::AttachmentServiceProxy& attachment_service);
+ const AttachmentServiceProxy& attachment_service);
};
// A SyncData going to the syncer.
« no previous file with comments | « components/sync/api/sync_change_unittest.cc ('k') | components/sync/api/sync_data.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698