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

Unified Diff: components/history/core/browser/history_database_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/history_database_unittest.cc
diff --git a/components/history/core/browser/history_database_unittest.cc b/components/history/core/browser/history_database_unittest.cc
index 3f90bf860b0a0f6cc80f48b9cc83131014ff5e7f..d2292786bee5d7717dd82ce35c871cc7f4494023 100644
--- a/components/history/core/browser/history_database_unittest.cc
+++ b/components/history/core/browser/history_database_unittest.cc
@@ -20,7 +20,7 @@ TEST(HistoryDatabaseTest, DropBookmarks) {
base::FilePath db_file;
ASSERT_TRUE(temp_dir.CreateUniqueTempDir());
- db_file = temp_dir.path().AppendASCII("DropBookmarks.db");
+ db_file = temp_dir.GetPath().AppendASCII("DropBookmarks.db");
sql::Connection::Delete(db_file);
// Copy db file over that contains starred URLs.

Powered by Google App Engine
This is Rietveld 408576698