| Index: components/autofill/core/browser/webdata/autocomplete_sync_bridge.h
|
| diff --git a/components/autofill/core/browser/webdata/autocomplete_sync_bridge.h b/components/autofill/core/browser/webdata/autocomplete_sync_bridge.h
|
| index cd350bec3228bb71be9ed13ce486dc2c8a6d2164..d6a3e70b88a1c0a7d2901f0098ce5ff0ca845227 100644
|
| --- a/components/autofill/core/browser/webdata/autocomplete_sync_bridge.h
|
| +++ b/components/autofill/core/browser/webdata/autocomplete_sync_bridge.h
|
| @@ -18,6 +18,7 @@
|
| #include "components/sync/model/metadata_change_list.h"
|
| #include "components/sync/model/model_error.h"
|
| #include "components/sync/model/model_type_sync_bridge.h"
|
| +#include "components/version_info/version_info.h"
|
|
|
| namespace autofill {
|
|
|
| @@ -37,7 +38,8 @@ class AutocompleteSyncBridge : public base::SupportsUserData::Data,
|
|
|
| static void CreateForWebDataServiceAndBackend(
|
| AutofillWebDataService* web_data_service,
|
| - AutofillWebDataBackend* web_data_backend);
|
| + AutofillWebDataBackend* web_data_backend,
|
| + version_info::Channel channel);
|
|
|
| static AutocompleteSyncBridge* FromWebDataService(
|
| AutofillWebDataService* web_data_service);
|
|
|