Index: components/search_engines/keyword_table_unittest.cc |
diff --git a/components/search_engines/keyword_table_unittest.cc b/components/search_engines/keyword_table_unittest.cc |
index 573599179411b0f8d24281c22bcff490b7f62b26..0e4503aaee85ddc2f80d7b602ed52fd5dc95659d 100644 |
--- a/components/search_engines/keyword_table_unittest.cc |
+++ b/components/search_engines/keyword_table_unittest.cc |
@@ -28,7 +28,7 @@ class KeywordTableTest : public testing::Test { |
protected: |
void SetUp() override { |
ASSERT_TRUE(temp_dir_.CreateUniqueTempDir()); |
- file_ = temp_dir_.path().AppendASCII("TestWebDatabase"); |
+ file_ = temp_dir_.GetPath().AppendASCII("TestWebDatabase"); |
table_.reset(new KeywordTable); |
db_.reset(new WebDatabase); |