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

Unified Diff: chrome/browser/history/android/bookmark_model_sql_handler_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: chrome/browser/history/android/bookmark_model_sql_handler_unittest.cc
diff --git a/chrome/browser/history/android/bookmark_model_sql_handler_unittest.cc b/chrome/browser/history/android/bookmark_model_sql_handler_unittest.cc
index 52d6ccac13950759d9989c62ac7b3a0501ed74b8..71eb256843c74b10ce0a73e4ff9bfd3045e2d9cd 100644
--- a/chrome/browser/history/android/bookmark_model_sql_handler_unittest.cc
+++ b/chrome/browser/history/android/bookmark_model_sql_handler_unittest.cc
@@ -60,7 +60,7 @@ class BookmarkModelSQLHandlerTest : public testing::Test {
// Create the directory for history database.
ASSERT_TRUE(temp_dir_.CreateUniqueTempDir());
base::FilePath history_db_name =
- temp_dir_.path().AppendASCII(kHistoryFilename);
+ temp_dir_.GetPath().AppendASCII(kHistoryFilename);
history_db_.Init(history_db_name);
}

Powered by Google App Engine
This is Rietveld 408576698