Index: components/autofill/core/browser/webdata/autofill_table_unittest.cc |
diff --git a/components/autofill/core/browser/webdata/autofill_table_unittest.cc b/components/autofill/core/browser/webdata/autofill_table_unittest.cc |
index 53ef3bff122aa97f1d864251fc12d6274fb87fee..dbef60bbf97f9f50e9839b81931bc00ec8c9d00f 100644 |
--- a/components/autofill/core/browser/webdata/autofill_table_unittest.cc |
+++ b/components/autofill/core/browser/webdata/autofill_table_unittest.cc |
@@ -128,7 +128,7 @@ class AutofillTableTest : public testing::Test { |
void SetUp() override { |
OSCryptMocker::SetUpWithSingleton(); |
ASSERT_TRUE(temp_dir_.CreateUniqueTempDir()); |
- file_ = temp_dir_.path().AppendASCII("TestWebDatabase"); |
+ file_ = temp_dir_.GetPath().AppendASCII("TestWebDatabase"); |
table_.reset(new AutofillTable); |
db_.reset(new WebDatabase); |