| Index: chrome/browser/policy/policy_loader_mac.h
 | 
| diff --git a/chrome/browser/policy/policy_loader_mac.h b/chrome/browser/policy/policy_loader_mac.h
 | 
| index 104ec9078d6f463934a04a31209d7da6bb2555d5..68da9e4142c4574acd29d24b7193711f7c7f045d 100644
 | 
| --- a/chrome/browser/policy/policy_loader_mac.h
 | 
| +++ b/chrome/browser/policy/policy_loader_mac.h
 | 
| @@ -25,7 +25,7 @@ namespace policy {
 | 
|  
 | 
|  class PolicyDomainDescriptor;
 | 
|  class PolicyMap;
 | 
| -class PolicySchema;
 | 
| +class Schema;
 | 
|  struct PolicyDefinitionList;
 | 
|  
 | 
|  // A policy loader that loads policies from the Mac preferences system, and
 | 
| @@ -63,7 +63,7 @@ class PolicyLoaderMac : public AsyncPolicyLoader {
 | 
|    // Loads the policies described in |schema| from the bundle identified by
 | 
|    // |bundle_id_string|, and stores them in |policy|.
 | 
|    void LoadPolicyForComponent(const std::string& bundle_id_string,
 | 
| -                              const PolicySchema* schema,
 | 
| +                              Schema schema,
 | 
|                                PolicyMap* policy);
 | 
|  
 | 
|    // List of recognized policies.
 | 
| 
 |