| 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:
|
|
|