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

Unified Diff: chrome/browser/importer/firefox_importer_browsertest.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/importer/firefox_importer_browsertest.cc
diff --git a/chrome/browser/importer/firefox_importer_browsertest.cc b/chrome/browser/importer/firefox_importer_browsertest.cc
index b81ed67aa1def40f8b63f5d5f3a79b0845dc665f..eb852bd453e1db80e04a4733d73a1e16e63fb524 100644
--- a/chrome/browser/importer/firefox_importer_browsertest.cc
+++ b/chrome/browser/importer/firefox_importer_browsertest.cc
@@ -268,7 +268,7 @@ class FirefoxProfileImporterBrowserTest : public InProcessBrowserTest {
void SetUp() override {
// Creates a new profile in a new subdirectory in the temp directory.
ASSERT_TRUE(temp_dir_.CreateUniqueTempDir());
- base::FilePath test_path = temp_dir_.path().AppendASCII("ImporterTest");
+ base::FilePath test_path = temp_dir_.GetPath().AppendASCII("ImporterTest");
base::DeleteFile(test_path, true);
base::CreateDirectory(test_path);
profile_path_ = test_path.AppendASCII("profile");
« no previous file with comments | « chrome/browser/importer/edge_importer_browsertest_win.cc ('k') | chrome/browser/importer/firefox_profile_lock_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698