| Index: components/policy/core/common/cloud/mock_cloud_policy_client.h
|
| diff --git a/components/policy/core/common/cloud/mock_cloud_policy_client.h b/components/policy/core/common/cloud/mock_cloud_policy_client.h
|
| index 320c1fcd9da9716cf0af4e503741f78fd6e02a6c..ab25c7776948133fe932890fc7ef0a56187d3343 100644
|
| --- a/components/policy/core/common/cloud/mock_cloud_policy_client.h
|
| +++ b/components/policy/core/common/cloud/mock_cloud_policy_client.h
|
| @@ -21,9 +21,10 @@ class MockCloudPolicyClient : public CloudPolicyClient {
|
| virtual ~MockCloudPolicyClient();
|
|
|
| MOCK_METHOD2(SetupRegistration, void(const std::string&, const std::string&));
|
| - MOCK_METHOD6(Register,
|
| + MOCK_METHOD7(Register,
|
| void(enterprise_management::DeviceRegisterRequest::Type type,
|
| enterprise_management::DeviceRegisterRequest::Flavor flavor,
|
| + enterprise_management::LicenseType license_type,
|
| const std::string&,
|
| const std::string&,
|
| const std::string&,
|
|
|