| Index: components/autofill/core/browser/webdata/autofill_profile_data_type_controller.h
|
| diff --git a/components/autofill/core/browser/webdata/autofill_profile_data_type_controller.h b/components/autofill/core/browser/webdata/autofill_profile_data_type_controller.h
|
| index 9f88388faa91a53357817a64433e0ddef0ff0e8c..6dd5fd558939bdaa04fd92d1aa5c34bfab1dbde9 100644
|
| --- a/components/autofill/core/browser/webdata/autofill_profile_data_type_controller.h
|
| +++ b/components/autofill/core/browser/webdata/autofill_profile_data_type_controller.h
|
| @@ -43,6 +43,9 @@
|
| // Callback to notify that WebDatabase has loaded.
|
| void WebDatabaseLoaded();
|
|
|
| + // A pointer to the sync client.
|
| + syncer::SyncClient* const sync_client_;
|
| +
|
| // A reference to the AutofillWebDataService for this controller.
|
| scoped_refptr<autofill::AutofillWebDataService> web_data_service_;
|
|
|
|
|