| Index: chrome/browser/policy/file_based_policy_provider.h
|
| diff --git a/chrome/browser/policy/file_based_policy_provider.h b/chrome/browser/policy/file_based_policy_provider.h
|
| index 6480b448c6c2033438d9898feb9368108d2b6349..dbc8f5937d3b4c9b93e1a9d2095330235fbf120c 100644
|
| --- a/chrome/browser/policy/file_based_policy_provider.h
|
| +++ b/chrome/browser/policy/file_based_policy_provider.h
|
| @@ -25,7 +25,7 @@ class FileBasedPolicyProvider : public AsynchronousPolicyProvider {
|
| virtual ~ProviderDelegate();
|
|
|
| // AsynchronousPolicyProvider::Delegate implementation:
|
| - virtual PolicyMap* Load() = 0;
|
| + virtual scoped_ptr<PolicyBundle> Load() = 0;
|
|
|
| // Gets the last modification timestamp for the policy information from the
|
| // filesystem. Returns base::Time() if the information is not present, in
|
|
|