diff options
Diffstat (limited to 'chrome/installer/util/registry_key_backup.h')
-rw-r--r-- | chrome/installer/util/registry_key_backup.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/chrome/installer/util/registry_key_backup.h b/chrome/installer/util/registry_key_backup.h index 0d65b2f..d9332f0 100644 --- a/chrome/installer/util/registry_key_backup.h +++ b/chrome/installer/util/registry_key_backup.h @@ -8,17 +8,9 @@ #include <windows.h> -#include <string> - #include "base/basictypes.h" #include "base/memory/scoped_ptr.h" -namespace base { -namespace win { -class RegKey; -} // namespace win -} // namespace base - // A container for a registry key, its values, and its subkeys. We don't use // more obvious methods for various reasons: // - RegCopyTree isn't supported pre-Vista, so we'd have to do something |