| Index: components/autofill/core/browser/webdata/web_data_service_unittest.cc
|
| diff --git a/components/autofill/core/browser/webdata/web_data_service_unittest.cc b/components/autofill/core/browser/webdata/web_data_service_unittest.cc
|
| index ae7c25cb9d313039097e1db0002d4240fbdc812b..9a58560c1f14082fd5e40981d4df6269fe284990 100644
|
| --- a/components/autofill/core/browser/webdata/web_data_service_unittest.cc
|
| +++ b/components/autofill/core/browser/webdata/web_data_service_unittest.cc
|
| @@ -114,7 +114,10 @@ class WebDataServiceTest : public testing::Test {
|
| wdbs_->LoadDatabase();
|
|
|
| wds_ = new AutofillWebDataService(
|
| - wdbs_, WebDataServiceBase::ProfileErrorCallback());
|
| + wdbs_,
|
| + BrowserThread::GetMessageLoopProxyForThread(BrowserThread::UI),
|
| + BrowserThread::GetMessageLoopProxyForThread(BrowserThread::DB),
|
| + WebDataServiceBase::ProfileErrorCallback());
|
| wds_->Init();
|
| }
|
|
|
|
|