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

Unified Diff: chrome/installer/setup/setup_singleton_unittest.cc

Issue 2379543002: installer and some misc files: Change ScopedTempDir::path() to GetPath() (Closed)
Patch Set: regroup ifs 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/installer/setup/setup_main.cc ('k') | chrome/installer/util/copy_tree_work_item.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/setup/setup_singleton_unittest.cc
diff --git a/chrome/installer/setup/setup_singleton_unittest.cc b/chrome/installer/setup/setup_singleton_unittest.cc
index 4f741d9ab3d42bb1505aa85f4bfa7e2e3a4463fd..71c1e5cbb998daa6c15e73c90aa89d6d2b2b0238 100644
--- a/chrome/installer/setup/setup_singleton_unittest.cc
+++ b/chrome/installer/setup/setup_singleton_unittest.cc
@@ -143,7 +143,9 @@ class SetupSingletonTest : public base::MultiProcessTest {
return SpawnChildWithOptions(process_name, options);
}
- const base::FilePath& install_dir_path() const { return install_dir_.path(); }
+ const base::FilePath& install_dir_path() const {
+ return install_dir_.GetPath();
+ }
private:
base::ScopedTempDir install_dir_;
« no previous file with comments | « chrome/installer/setup/setup_main.cc ('k') | chrome/installer/util/copy_tree_work_item.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698