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

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

Issue 8511053: Cleanup: Remove unneeded forward declarations in chrome/installer. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 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
« chrome/installer/util/product.h ('K') | « chrome/installer/util/product.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« chrome/installer/util/product.h ('K') | « chrome/installer/util/product.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698