diff options
Diffstat (limited to 'components/webdata/autofill/autofill_table_unittest.cc')
-rw-r--r-- | components/webdata/autofill/autofill_table_unittest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/webdata/autofill/autofill_table_unittest.cc b/components/webdata/autofill/autofill_table_unittest.cc index 6ce6d57..34be794 100644 --- a/components/webdata/autofill/autofill_table_unittest.cc +++ b/components/webdata/autofill/autofill_table_unittest.cc @@ -98,7 +98,7 @@ class AutofillTableTest : public testing::Test { ASSERT_TRUE(temp_dir_.CreateUniqueTempDir()); file_ = temp_dir_.path().AppendASCII("TestWebDatabase"); - table_.reset(new AutofillTable); + table_.reset(new AutofillTable("en-US")); db_.reset(new WebDatabase); db_->AddTable(table_.get()); ASSERT_EQ(sql::INIT_OK, db_->Init(file_)); |