Index: chrome/browser/browser_process.h |
diff --git a/chrome/browser/browser_process.h b/chrome/browser/browser_process.h |
index d419d875b37576a0958bf62d922fcba5dd53a0b5..18997d93afaf623b70d2a855a920f266905328ae 100644 |
--- a/chrome/browser/browser_process.h |
+++ b/chrome/browser/browser_process.h |
@@ -50,7 +50,7 @@ class PrintPreviewTabController; |
} |
namespace policy { |
-class ConfigurationPolicyProviderKeeper; |
+class BrowserPolicyContext; |
} |
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::BrowserPolicyContext* browser_policy_context() = 0; |
virtual IconManager* icon_manager() = 0; |