diff options
Diffstat (limited to 'chrome/installer/util/self_cleaning_temp_dir.h')
-rw-r--r-- | chrome/installer/util/self_cleaning_temp_dir.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/installer/util/self_cleaning_temp_dir.h b/chrome/installer/util/self_cleaning_temp_dir.h index f76c6f6..6e46ce2 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: |