Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(356)

Unified Diff: components/history/core/browser/expire_history_backend_unittest.cc

Issue 2317003002: //chrome/browser and //components F-L: Change ScopedTempDir::path() to GetPath() (Closed)
Patch Set: Just rebased Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;
« no previous file with comments | « components/gcm_driver/gcm_driver_desktop_unittest.cc ('k') | components/history/core/browser/history_backend_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698