| 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 c9e2ee24dfff4e8e929ef46ef85e0fd3e9b006ec..a59a6a34933b578feeb94f0ec432bbc43aa20737 100644
|
| --- a/components/policy/core/common/cloud/mock_cloud_policy_client.h
|
| +++ b/components/policy/core/common/cloud/mock_cloud_policy_client.h
|
| @@ -34,8 +34,6 @@
|
| void(const enterprise_management::DeviceStatusReportRequest*,
|
| const enterprise_management::SessionStatusReportRequest*,
|
| const StatusCallback&));
|
| - MOCK_METHOD2(UpdateGcmId, void(const std::string&, const StatusCallback&));
|
| -
|
| // Sets the DMToken.
|
| void SetDMToken(const std::string& token);
|
|
|
|
|