| Index: chrome/browser/browser_process.h
|
| diff --git a/chrome/browser/browser_process.h b/chrome/browser/browser_process.h
|
| index 17979c203d2501924428d9d68885b3ed22b8e64c..28cc7165de89aa5e23c41ec41896fc31363787ba 100644
|
| --- a/chrome/browser/browser_process.h
|
| +++ b/chrome/browser/browser_process.h
|
| @@ -51,7 +51,7 @@ class PrintPreviewTabController;
|
| }
|
|
|
| namespace policy {
|
| -class ConfigurationPolicyProviderKeeper;
|
| +class BrowserPolicyConnector;
|
| }
|
|
|
| namespace ui {
|
| @@ -115,8 +115,7 @@ class BrowserProcess {
|
| virtual base::Thread* background_x11_thread() = 0;
|
| #endif
|
|
|
| - virtual policy::ConfigurationPolicyProviderKeeper*
|
| - configuration_policy_provider_keeper() = 0;
|
| + virtual policy::BrowserPolicyConnector* browser_policy_connector() = 0;
|
|
|
| virtual IconManager* icon_manager() = 0;
|
|
|
|
|