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

Unified Diff: chrome/browser/sync/glue/autofill_profile_data_type_controller.cc

Issue 7967024: Profile shouldn't own PersonalDataManager (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addresses isherman #11 Created 9 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
Index: chrome/browser/sync/glue/autofill_profile_data_type_controller.cc
diff --git a/chrome/browser/sync/glue/autofill_profile_data_type_controller.cc b/chrome/browser/sync/glue/autofill_profile_data_type_controller.cc
index a8a1280a81a8fd5e5e9b0e321720cf85316d6f52..a731eeada4e5e3b7f88115461bd7a9d8ac5436b3 100644
--- a/chrome/browser/sync/glue/autofill_profile_data_type_controller.cc
+++ b/chrome/browser/sync/glue/autofill_profile_data_type_controller.cc
@@ -28,7 +28,6 @@ void AutofillProfileDataTypeController::CreateSyncComponents() {
CreateAutofillProfileSyncComponents(
profile_sync_service(),
web_data_service()->GetDatabase(),
- personal_data(),
this);
set_model_associator(sync_components.model_associator);
set_change_processor(sync_components.change_processor);
@@ -55,4 +54,3 @@ void AutofillProfileDataTypeController::RecordStartFailure(StartResult result) {
}
} // namepsace browser_sync
-
« no previous file with comments | « chrome/browser/sync/glue/autofill_model_associator.cc ('k') | chrome/browser/sync/glue/autofill_profile_syncable_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698