summaryrefslogtreecommitdiffstats
path: root/chrome/browser/plugin_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/plugin_service.h')
-rw-r--r--chrome/browser/plugin_service.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/browser/plugin_service.h b/chrome/browser/plugin_service.h
index 9ff7988..abb55a1 100644
--- a/chrome/browser/plugin_service.h
+++ b/chrome/browser/plugin_service.h
@@ -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 @@ class PluginService
#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_;