| Index: chrome/browser/policy/configuration_policy_provider_win.h
 | 
| ===================================================================
 | 
| --- chrome/browser/policy/configuration_policy_provider_win.h	(revision 62848)
 | 
| +++ chrome/browser/policy/configuration_policy_provider_win.h	(working copy)
 | 
| @@ -14,7 +14,11 @@
 | 
|  #include "chrome/browser/policy/configuration_policy_store.h"
 | 
|  #include "chrome/browser/policy/configuration_policy_provider.h"
 | 
|  
 | 
| +namespace base {
 | 
| +namespace win {
 | 
|  class RegKey;
 | 
| +}  // namespace win
 | 
| +}  // namespace base
 | 
|  
 | 
|  namespace policy {
 | 
|  
 | 
| @@ -99,8 +103,6 @@
 | 
|  
 | 
|    // Reads a string registry value |name| at the specified |key| and puts the
 | 
|    // resulting string in |result|.
 | 
| -  bool ReadRegistryStringValue(RegKey* key, const string16& name,
 | 
| -                               string16* result);
 | 
|  
 | 
|    bool GetRegistryPolicyString(const string16& name, string16* result);
 | 
|    // Gets a list value contained under |key| one level below the policy root.
 | 
| 
 |