 Chromium Code Reviews
 Chromium Code Reviews Issue 879233003:
  Initial RemoteCommandService  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@remote-commands
    
  
    Issue 879233003:
  Initial RemoteCommandService  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@remote-commands| 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 f297221d4255940f2c91ecf0dca9439a9c557052..0c1b0641ec994f6f0453fa42622be7e05f6f93d1 100644 | 
| --- a/components/policy/core/common/cloud/mock_cloud_policy_client.h | 
| +++ b/components/policy/core/common/cloud/mock_cloud_policy_client.h | 
| @@ -8,6 +8,7 @@ | 
| #include <string> | 
| #include "base/basictypes.h" | 
| +#include "base/memory/scoped_ptr.h" | 
| 
bartfab (slow)
2015/03/12 14:00:55
Nit: Not used.
 
binjin
2015/03/12 17:58:57
Done.
 | 
| #include "components/policy/core/common/cloud/cloud_policy_client.h" | 
| #include "testing/gmock/include/gmock/gmock.h" | 
| @@ -34,7 +35,6 @@ class MockCloudPolicyClient : public CloudPolicyClient { | 
| void(const enterprise_management::DeviceStatusReportRequest*, | 
| const enterprise_management::SessionStatusReportRequest*, | 
| const StatusCallback&)); | 
| - | 
| // Sets the DMToken. | 
| void SetDMToken(const std::string& token); |