| 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 eb08147d72ae01d91ffc8781c713e7d3e7799550..4fa0581ed7fb6f815475235b1f3a964db44a9d43 100644
|
| --- a/chrome/browser/policy/browser_policy_connector.h
|
| +++ b/chrome/browser/policy/browser_policy_connector.h
|
| @@ -168,7 +168,7 @@ class BrowserPolicyConnector {
|
| // Set the timezone as soon as the policies are available.
|
| void SetTimezoneIfPolicyAvailable();
|
|
|
| - static ConfigurationPolicyProvider* CreatePlatformProvider();
|
| + ConfigurationPolicyProvider* CreatePlatformProvider();
|
|
|
| // Whether Init() but not Shutdown() has been invoked.
|
| bool is_initialized_;
|
|
|