Index: chrome_frame/policy_settings.cc |
=================================================================== |
--- chrome_frame/policy_settings.cc (revision 62848) |
+++ chrome_frame/policy_settings.cc (working copy) |
@@ -5,9 +5,9 @@ |
#include "chrome_frame/policy_settings.h" |
#include "base/logging.h" |
-#include "base/registry.h" |
#include "base/string_util.h" |
#include "base/utf_string_conversions.h" |
+#include "base/win/registry.h" |
#include "chrome/common/policy_constants.h" |
#include "chrome_frame/utils.h" |
@@ -45,7 +45,7 @@ |
default_renderer_ = RENDERER_NOT_SPECIFIED; |
renderer_exclusion_list_.clear(); |
- RegKey config_key; |
+ base::win::RegKey config_key; |
DWORD value = RENDERER_NOT_SPECIFIED; |
HKEY root_key[] = { HKEY_LOCAL_MACHINE, HKEY_CURRENT_USER }; |
std::wstring settings_value( |