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

Unified Diff: chrome/browser/plugin_service.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/browser/platform_util_win.cc ('k') | chrome/browser/policy/configuration_policy_provider_win.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/plugin_service.h
===================================================================
--- chrome/browser/plugin_service.h (revision 62848)
+++ chrome/browser/plugin_service.h (working copy)
@@ -21,8 +21,8 @@
#include "googleurl/src/gurl.h"
#if defined(OS_WIN)
-#include "base/registry.h"
#include "base/scoped_ptr.h"
+#include "base/win/registry.h"
#endif
#if defined(OS_CHROMEOS)
@@ -168,8 +168,8 @@
#if defined(OS_WIN)
// Registry keys for getting notifications when new plugins are installed.
- RegKey hkcu_key_;
- RegKey hklm_key_;
+ base::win::RegKey hkcu_key_;
+ base::win::RegKey hklm_key_;
scoped_ptr<base::WaitableEvent> hkcu_event_;
scoped_ptr<base::WaitableEvent> hklm_event_;
base::WaitableEventWatcher hkcu_watcher_;
« no previous file with comments | « chrome/browser/platform_util_win.cc ('k') | chrome/browser/policy/configuration_policy_provider_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698