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

Unified Diff: components/webdata_services/web_data_service_wrapper.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/webdata_services/web_data_service_wrapper.h
diff --git a/components/webdata_services/web_data_service_wrapper.h b/components/webdata_services/web_data_service_wrapper.h
index 3ae4af85a36a4ef9713127189ba8c06b88974a37..24895480a78a5ca801ba2b0154bd93d0004156c3 100644
--- a/components/webdata_services/web_data_service_wrapper.h
+++ b/components/webdata_services/web_data_service_wrapper.h
@@ -13,6 +13,7 @@
#include "build/build_config.h"
#include "components/keyed_service/core/keyed_service.h"
#include "components/sync/model/syncable_service.h"
+#include "components/version_info/version_info.h"
#include "sql/init_status.h"
class KeywordWebDataService;
@@ -65,7 +66,8 @@ class WebDataServiceWrapper : public KeyedService {
const scoped_refptr<base::SingleThreadTaskRunner>& ui_thread,
const scoped_refptr<base::SingleThreadTaskRunner>& db_thread,
const syncer::SyncableService::StartSyncFlare& flare,
- const ShowErrorCallback& show_error_callback);
+ const ShowErrorCallback& show_error_callback,
+ version_info::Channel channel);
~WebDataServiceWrapper() override;
// KeyedService:

Powered by Google App Engine
This is Rietveld 408576698