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

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

Issue 3836005: Move pe_image and registry from base to base/win and use the namespace. It re... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 2 months 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
« no previous file with comments | « chrome/installer/setup/uninstall.cc ('k') | chrome/installer/util/browser_distribution.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/util/browser_distribution.h
===================================================================
--- chrome/installer/util/browser_distribution.h (revision 62848)
+++ chrome/installer/util/browser_distribution.h (working copy)
@@ -12,7 +12,11 @@
#include "chrome/installer/util/util_constants.h"
#include "chrome/installer/util/version.h"
+namespace base {
+namespace win {
class RegKey;
+} // namespace win
+} // namespace base
class BrowserDistribution {
public:
@@ -53,7 +57,7 @@
virtual std::wstring GetStatsServerURL();
- virtual std::wstring GetDistributionData(RegKey* key);
+ virtual std::wstring GetDistributionData(base::win::RegKey* key);
virtual std::wstring GetUninstallLinkName();
« no previous file with comments | « chrome/installer/setup/uninstall.cc ('k') | chrome/installer/util/browser_distribution.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698