Index: chrome/installer/util/registry_key_backup.h |
=================================================================== |
--- chrome/installer/util/registry_key_backup.h (revision 109585) |
+++ chrome/installer/util/registry_key_backup.h (working copy) |
@@ -8,17 +8,11 @@ |
#include <windows.h> |
-#include <string> |
+#include <algorithm> |
grt (UTC plus 2)
2011/11/11 14:48:42
This isn't needed.
Lei Zhang
2011/11/11 19:50:53
Removed, gcl lint fail.
|
#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 |
Property changes on: chrome/installer/util/registry_key_backup.h |
___________________________________________________________________ |
Added: svn:eol-style |
+ LF |