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

Unified Diff: chromecast/app/linux/cast_crash_reporter_client_unittest.cc

Issue 2322573002: misc files A-P: 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 | « blimp/engine/app/blimp_engine_config_unittest.cc ('k') | chromecast/base/error_codes_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/app/linux/cast_crash_reporter_client_unittest.cc
diff --git a/chromecast/app/linux/cast_crash_reporter_client_unittest.cc b/chromecast/app/linux/cast_crash_reporter_client_unittest.cc
index 3e42fc87b2d54e8b7d7a6566d312220d57f68ea8..816932de7cf79a0725cffdcc04bafdd8c69e6100 100644
--- a/chromecast/app/linux/cast_crash_reporter_client_unittest.cc
+++ b/chromecast/app/linux/cast_crash_reporter_client_unittest.cc
@@ -113,7 +113,7 @@ class CastCrashReporterClientTest : public testing::Test {
}
base::FilePath minidump_path() { return minidump_.path(); }
- base::FilePath home_path() { return fake_home_dir_.path(); }
+ base::FilePath home_path() { return fake_home_dir_.GetPath(); }
private:
base::ScopedTempDir fake_home_dir_;
« no previous file with comments | « blimp/engine/app/blimp_engine_config_unittest.cc ('k') | chromecast/base/error_codes_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698