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

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

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
« no previous file with comments | « chrome/installer/util/product_unittest.h ('k') | chrome/installer/util/self_cleaning_temp_dir.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/util/self_cleaning_temp_dir.h
diff --git a/chrome/installer/util/self_cleaning_temp_dir.h b/chrome/installer/util/self_cleaning_temp_dir.h
index f76c6f605530a9ebc13ae160decff1f75c0962c5..6e46ce289f694e64e10bc9dd643d4aa349ed0829 100644
--- a/chrome/installer/util/self_cleaning_temp_dir.h
+++ b/chrome/installer/util/self_cleaning_temp_dir.h
@@ -12,7 +12,7 @@
namespace installer {
// A helper class for managing a temporary directory. In relation to
-// ScopedTempDir, this class additionally cleans up all non-empty parent
+// base::ScopedTempDir, this class additionally cleans up all non-empty parent
// directories of the temporary directory that are created by an instance.
class SelfCleaningTempDir {
public:
« no previous file with comments | « chrome/installer/util/product_unittest.h ('k') | chrome/installer/util/self_cleaning_temp_dir.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698