Index: chrome/browser/sync/glue/autofill_profile_model_associator.h |
diff --git a/chrome/browser/sync/glue/autofill_profile_model_associator.h b/chrome/browser/sync/glue/autofill_profile_model_associator.h |
index 32862832afab1fb36b18c92cd69fbcec4ff6fc24..fdc67f1c5553ed61e79a72e4531614e078ef2b52 100644 |
--- a/chrome/browser/sync/glue/autofill_profile_model_associator.h |
+++ b/chrome/browser/sync/glue/autofill_profile_model_associator.h |
@@ -93,9 +93,6 @@ class AutofillProfileModelAssociator |
// only for completeness. |
virtual bool GetSyncIdForTaggedNode(const std::string& tag, int64* sync_id); |
- // Returns sync service instance. |
- ProfileSyncService* sync_service() { return sync_service_; } |
- |
static bool OverwriteProfileWithServerData( |
AutoFillProfile* merge_into, |
const sync_pb::AutofillProfileSpecifics& specifics); |