Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(481)

Unified Diff: components/policy/core/common/cloud/mock_device_management_service.h

Issue 514143002: Manual fixups in components/policy for scoped_refptr operator T* removal (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address nits Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/policy/core/common/cloud/mock_device_management_service.h
diff --git a/components/policy/core/common/cloud/mock_device_management_service.h b/components/policy/core/common/cloud/mock_device_management_service.h
index 83c01de3eb82dec997070ca01761b9890ba82ce3..407046a0c6c913d11e5c6690ca50884c6da3bb98 100644
--- a/components/policy/core/common/cloud/mock_device_management_service.h
+++ b/components/policy/core/common/cloud/mock_device_management_service.h
@@ -47,7 +47,8 @@ class MockDeviceManagementService : public DeviceManagementService {
virtual ~MockDeviceManagementService();
typedef DeviceManagementRequestJob* CreateJobFunction(
- DeviceManagementRequestJob::JobType, net::URLRequestContextGetter*);
+ DeviceManagementRequestJob::JobType,
+ const scoped_refptr<net::URLRequestContextGetter>&);
MOCK_METHOD2(CreateJob, CreateJobFunction);
MOCK_METHOD7(

Powered by Google App Engine
This is Rietveld 408576698