| Index: chrome/browser/policy/browser_policy_connector.h
 | 
| diff --git a/chrome/browser/policy/browser_policy_connector.h b/chrome/browser/policy/browser_policy_connector.h
 | 
| index 3774422070b650bda0f98c99f2e8629db0d1fc47..eb1f084976231f2710c4b30a5761a39fd69b0b97 100644
 | 
| --- a/chrome/browser/policy/browser_policy_connector.h
 | 
| +++ b/chrome/browser/policy/browser_policy_connector.h
 | 
| @@ -18,6 +18,14 @@
 | 
|  #include "chrome/browser/chromeos/policy/proxy_policy_provider.h"
 | 
|  #endif
 | 
|  
 | 
| +#if defined(OS_CHROMEOS)
 | 
| +namespace chromeos {
 | 
| +namespace attestation {
 | 
| +class AttestationPolicyObserver;
 | 
| +}
 | 
| +}
 | 
| +#endif
 | 
| +
 | 
|  class PrefRegistrySimple;
 | 
|  class PrefService;
 | 
|  class Profile;
 | 
| @@ -219,6 +227,8 @@ class BrowserPolicyConnector {
 | 
|  #if defined(OS_CHROMEOS)
 | 
|    scoped_ptr<AppPackUpdater> app_pack_updater_;
 | 
|    scoped_ptr<NetworkConfigurationUpdater> network_configuration_updater_;
 | 
| +  scoped_ptr<chromeos::attestation::AttestationPolicyObserver>
 | 
| +      attestation_policy_observer_;
 | 
|  #endif
 | 
|  
 | 
|    DISALLOW_COPY_AND_ASSIGN(BrowserPolicyConnector);
 | 
| 
 |