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. |