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

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

Issue 11359217: Move scoped_temp_dir from base to base/files (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month 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/self_cleaning_temp_dir.cc
diff --git a/chrome/installer/util/self_cleaning_temp_dir.cc b/chrome/installer/util/self_cleaning_temp_dir.cc
index a95a722946644735b467e8f1703ee2463b18459d..5a498acc259c5219198a3b1e71a0dea7a3cd06dc 100644
--- a/chrome/installer/util/self_cleaning_temp_dir.cc
+++ b/chrome/installer/util/self_cleaning_temp_dir.cc
@@ -76,7 +76,7 @@ bool SelfCleaningTempDir::Delete() {
bool schedule_deletes = false;
// First try to recursively delete the leaf directory managed by our
- // ScopedTempDir.
+ // base::ScopedTempDir.
if (!file_util::Delete(path(), true)) {
// That failed, so schedule the temp dir and its contents for deletion after
// reboot.
« no previous file with comments | « chrome/installer/util/self_cleaning_temp_dir.h ('k') | chrome/installer/util/self_cleaning_temp_dir_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698