| Index: chrome/browser/web_data_service_factory.cc
|
| diff --git a/chrome/browser/web_data_service_factory.cc b/chrome/browser/web_data_service_factory.cc
|
| index 258de38ca6a12b8fe4bfeac1e405a03b0d6d2f03..3cb9454eb2a3963277670f2fc0f30600f6e193a8 100644
|
| --- a/chrome/browser/web_data_service_factory.cc
|
| +++ b/chrome/browser/web_data_service_factory.cc
|
| @@ -14,6 +14,7 @@
|
| #include "chrome/browser/profiles/sql_init_error_message_ids.h"
|
| #include "chrome/browser/sync/glue/sync_start_util.h"
|
| #include "chrome/browser/ui/profile_error_dialog.h"
|
| +#include "chrome/common/channel_info.h"
|
| #include "components/autofill/core/browser/webdata/autofill_webdata_service.h"
|
| #include "components/keyed_service/content/browser_context_dependency_manager.h"
|
| #include "components/search_engines/keyword_web_data_service.h"
|
| @@ -168,7 +169,7 @@ KeyedService* WebDataServiceFactory::BuildServiceInstanceFor(
|
| BrowserThread::GetTaskRunnerForThread(BrowserThread::UI),
|
| BrowserThread::GetTaskRunnerForThread(BrowserThread::DB),
|
| sync_start_util::GetFlareForSyncableService(profile_path),
|
| - &ProfileErrorCallback);
|
| + &ProfileErrorCallback, chrome::GetChannel());
|
| }
|
|
|
| bool WebDataServiceFactory::ServiceIsNULLWhileTesting() const {
|
|
|