diff options
Diffstat (limited to 'chrome/browser/browser_process.h')
-rw-r--r-- | chrome/browser/browser_process.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/chrome/browser/browser_process.h b/chrome/browser/browser_process.h index 5c7d33d..3dbd8e6 100644 --- a/chrome/browser/browser_process.h +++ b/chrome/browser/browser_process.h @@ -52,7 +52,7 @@ class PrintPreviewTabController; } namespace policy { -class ConfigurationPolicyProviderKeeper; +class BrowserPolicyConnector; } namespace ui { @@ -119,8 +119,7 @@ class BrowserProcess { // Returns the thread that is used for health check of all browser threads. virtual WatchDogThread* watchdog_thread() = 0; - virtual policy::ConfigurationPolicyProviderKeeper* - configuration_policy_provider_keeper() = 0; + virtual policy::BrowserPolicyConnector* browser_policy_connector() = 0; virtual IconManager* icon_manager() = 0; |