Index: components/history/core/browser/expire_history_backend_unittest.cc |
diff --git a/components/history/core/browser/expire_history_backend_unittest.cc b/components/history/core/browser/expire_history_backend_unittest.cc |
index ee87550e85b5a17b9e0fef554f00aa236027398b..11cd46f75780efc02b235127fabbabd007d90248 100644 |
--- a/components/history/core/browser/expire_history_backend_unittest.cc |
+++ b/components/history/core/browser/expire_history_backend_unittest.cc |
@@ -91,7 +91,7 @@ class ExpireHistoryTest : public testing::Test, public HistoryBackendNotifier { |
static bool IsStringInFile(const base::FilePath& filename, const char* str); |
// Returns the path the db files are created in. |
- const base::FilePath& path() const { return tmp_dir_.path(); } |
+ const base::FilePath& path() const { return tmp_dir_.GetPath(); } |
// This must be destroyed last. |
base::ScopedTempDir tmp_dir_; |