| 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 7ea395997a7b5ad3a9789a1dde25b2ea5ba743b2..a8a1280a81a8fd5e5e9b0e321720cf85316d6f52 100644
|
| --- a/chrome/browser/sync/glue/autofill_profile_data_type_controller.cc
|
| +++ b/chrome/browser/sync/glue/autofill_profile_data_type_controller.cc
|
| @@ -6,15 +6,14 @@
|
|
|
| #include "base/metrics/histogram.h"
|
| #include "chrome/browser/sync/profile_sync_factory.h"
|
| +#include "chrome/browser/webdata/web_data_service.h"
|
|
|
| namespace browser_sync {
|
|
|
| AutofillProfileDataTypeController::AutofillProfileDataTypeController(
|
| ProfileSyncFactory* profile_sync_factory,
|
| Profile* profile)
|
| - : AutofillDataTypeController(
|
| - profile_sync_factory,
|
| - profile) {}
|
| + : AutofillDataTypeController(profile_sync_factory, profile) {}
|
|
|
| AutofillProfileDataTypeController::~AutofillProfileDataTypeController() {}
|
|
|
|
|