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: |