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

Unified Diff: chrome/browser/net/sdch_browsertest.cc

Issue 2319513003: //[chrome/browser/]net: 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
« no previous file with comments | « chrome/browser/net/quota_policy_channel_id_store_unittest.cc ('k') | net/base/directory_lister_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/net/sdch_browsertest.cc
diff --git a/chrome/browser/net/sdch_browsertest.cc b/chrome/browser/net/sdch_browsertest.cc
index 6a0c05c0d867ea5047bc3cf3bd149e00c6ed9c8d..5ce0e06f2fc35bc8862b80e96e42d6d3dcd777f2 100644
--- a/chrome/browser/net/sdch_browsertest.cc
+++ b/chrome/browser/net/sdch_browsertest.cc
@@ -436,7 +436,7 @@ class SdchBrowserTest : public InProcessBrowserTest,
return false;
second_profile_ = g_browser_process->profile_manager()->GetProfile(
- second_profile_data_dir_.path());
+ second_profile_data_dir_.GetPath());
if (!second_profile_) return false;
second_browser_ = new Browser(Browser::CreateParams(second_profile_));
« no previous file with comments | « chrome/browser/net/quota_policy_channel_id_store_unittest.cc ('k') | net/base/directory_lister_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698