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

Unified Diff: chrome/installer/util/delete_old_versions_unittest.cc

Issue 2321573002: //chrome misc: Change ScopedTempDir::path() to GetPath() (Closed)
Patch Set: Fix Win compilation 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/installer/util/delete_old_versions_unittest.cc
diff --git a/chrome/installer/util/delete_old_versions_unittest.cc b/chrome/installer/util/delete_old_versions_unittest.cc
index d6df4165434cfed934eb5d9470483eb52e624725..58ef000631249ef618a5497fe6fa5c2781908f90 100644
--- a/chrome/installer/util/delete_old_versions_unittest.cc
+++ b/chrome/installer/util/delete_old_versions_unittest.cc
@@ -95,7 +95,7 @@ class DeleteOldVersionsTest : public testing::Test {
base::FilePath(version).Append(L"Installer\\setup.exe"));
}
- base::FilePath install_dir() const { return install_dir_.path(); }
+ base::FilePath install_dir() const { return install_dir_.GetPath(); }
private:
base::ScopedTempDir install_dir_;
« no previous file with comments | « chrome/installer/util/create_dir_work_item_unittest.cc ('k') | chrome/installer/util/delete_tree_work_item_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698