| Index: components/webdata/autofill/web_data_service_unittest.cc
|
| ===================================================================
|
| --- components/webdata/autofill/web_data_service_unittest.cc (revision 192613)
|
| +++ components/webdata/autofill/web_data_service_unittest.cc (working copy)
|
| @@ -71,7 +71,7 @@
|
| base::FilePath path = temp_dir_.path().AppendASCII("TestWebDB");
|
|
|
| wdbs_ = new WebDatabaseService(path);
|
| - wdbs_->AddTable(scoped_ptr<WebDatabaseTable>(new AutofillTable()));
|
| + wdbs_->AddTable(scoped_ptr<WebDatabaseTable>(new AutofillTable("en-US")));
|
| wdbs_->LoadDatabase(WebDatabaseService::InitCallback());
|
|
|
| wds_ = new AutofillWebDataService(
|
|
|