| Index: chrome/browser/policy/policy_service_stub.h
|
| diff --git a/chrome/browser/policy/policy_service_stub.h b/chrome/browser/policy/policy_service_stub.h
|
| index a15e11a6a94752cd29ad9cc4f3cde8ae4bd9d616..f05058ca3164c58610a61e8e7c634c490eade6d1 100644
|
| --- a/chrome/browser/policy/policy_service_stub.h
|
| +++ b/chrome/browser/policy/policy_service_stub.h
|
| @@ -25,8 +25,7 @@ class PolicyServiceStub : public PolicyService {
|
| Observer* observer) OVERRIDE;
|
|
|
| virtual void RegisterPolicyDomain(
|
| - PolicyDomain domain,
|
| - const std::set<std::string>& components) OVERRIDE;
|
| + scoped_refptr<const PolicyDomainDescriptor> descriptor) OVERRIDE;
|
|
|
| virtual const PolicyMap& GetPolicies(
|
| const PolicyNamespace& ns) const OVERRIDE;
|
|
|