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

Unified Diff: chrome/common/service_process_util_unittest.cc

Issue 2321453002: c/browser, c/common, components S-W: 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/common/service_process_util_unittest.cc
diff --git a/chrome/common/service_process_util_unittest.cc b/chrome/common/service_process_util_unittest.cc
index 5b93cff800a9e6a3ef655bc0da4d7d2d177ffb44..3f3588b46dc157b1e197ab10e69fe7b26d9d8cfa 100644
--- a/chrome/common/service_process_util_unittest.cc
+++ b/chrome/common/service_process_util_unittest.cc
@@ -291,7 +291,7 @@ class ServiceProcessStateFileManipulationTest : public ::testing::Test {
const MockLaunchd* mock_launchd() const { return mock_launchd_.get(); }
const base::FilePath& executable_path() const { return executable_path_; }
const base::FilePath& bundle_path() const { return bundle_path_; }
- const base::FilePath& GetTempDirPath() const { return temp_dir_.path(); }
+ const base::FilePath& GetTempDirPath() const { return temp_dir_.GetPath(); }
base::SingleThreadTaskRunner* GetIOTaskRunner() {
return io_thread_.task_runner().get();
« no previous file with comments | « chrome/common/safe_browsing/binary_feature_extractor_unittest.cc ('k') | components/safe_browsing_db/prefix_set_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698