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

Unified Diff: components/policy/core/common/cloud/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: . 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/device_management_service.h
diff --git a/components/policy/core/common/cloud/device_management_service.h b/components/policy/core/common/cloud/device_management_service.h
index ffc7bfac52923121bf0f5e81d7cb3364343f957e..207b6d0f9125f299a1ddbefd2707d33c6beb565e 100644
--- a/components/policy/core/common/cloud/device_management_service.h
+++ b/components/policy/core/common/cloud/device_management_service.h
@@ -132,7 +132,7 @@ class POLICY_EXPORT DeviceManagementService : public net::URLFetcherDelegate {
// the caller.
virtual DeviceManagementRequestJob* CreateJob(
DeviceManagementRequestJob::JobType type,
- net::URLRequestContextGetter* request_context);
+ const scoped_refptr<net::URLRequestContextGetter>& request_context);
bartfab (slow) 2014/08/29 09:42:38 Nit: #include "base/memory/ref_counted.h"
dcheng 2014/08/29 09:56:37 Done.
// Schedules a task to run |Initialize| after |delay_milliseconds| had passed.
void ScheduleInitialization(int64 delay_milliseconds);

Powered by Google App Engine
This is Rietveld 408576698