| Index: chrome/browser/browser_process.h
|
| diff --git a/chrome/browser/browser_process.h b/chrome/browser/browser_process.h
|
| index ffc3db0935ba69eb23aa5b2c0f45de3b7ab465a1..a69fa9f1bed2900af5000d4e4c017d0c05b26988 100644
|
| --- a/chrome/browser/browser_process.h
|
| +++ b/chrome/browser/browser_process.h
|
| @@ -50,7 +50,7 @@ class PrintPreviewTabController;
|
| }
|
|
|
| namespace policy {
|
| -class ConfigurationPolicyProviderKeeper;
|
| +class BrowserPolicyConnector;
|
| }
|
|
|
| namespace ui {
|
| @@ -114,8 +114,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;
|
|
|
|
|