| Index: components/autofill/browser/webdata/web_data_service_unittest.cc
|
| diff --git a/components/autofill/browser/webdata/web_data_service_unittest.cc b/components/autofill/browser/webdata/web_data_service_unittest.cc
|
| index ed64064884e8afe7266f904bfd3385287bd6f486..e973f338ffa850bfa56d88fb2a55371fccecedc6 100644
|
| --- a/components/autofill/browser/webdata/web_data_service_unittest.cc
|
| +++ b/components/autofill/browser/webdata/web_data_service_unittest.cc
|
| @@ -72,7 +72,8 @@ class WebDataServiceTest : public testing::Test {
|
| ASSERT_TRUE(temp_dir_.CreateUniqueTempDir());
|
| base::FilePath path = temp_dir_.path().AppendASCII("TestWebDB");
|
|
|
| - wdbs_ = new WebDatabaseService(path);
|
| + wdbs_ = new WebDatabaseService(path,
|
| + BrowserThread::GetMessageLoopProxyForThread(BrowserThread::UI));
|
| wdbs_->AddTable(scoped_ptr<WebDatabaseTable>(new AutofillTable("en-US")));
|
| wdbs_->LoadDatabase();
|
|
|
|
|