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

Unified Diff: components/autofill/core/browser/webdata/autocomplete_sync_bridge.h

Issue 2647113002: [Sync] Convert Autocomplete to use sync's report error function. (Closed)
Patch Set: Wrong dep... Created 3 years, 11 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: 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);

Powered by Google App Engine
This is Rietveld 408576698