diff options
Diffstat (limited to 'chrome/browser/policy/device_management_service.h')
| -rw-r--r-- | chrome/browser/policy/device_management_service.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/policy/device_management_service.h b/chrome/browser/policy/device_management_service.h index 7e23cc8..1b8f006 100644 --- a/chrome/browser/policy/device_management_service.h +++ b/chrome/browser/policy/device_management_service.h @@ -39,7 +39,7 @@ class DeviceManagementService : public URLFetcher::Delegate { // Handles the URL request response. virtual void HandleResponse(const net::URLRequestStatus& status, int response_code, - const ResponseCookies& cookies, + const net::ResponseCookies& cookies, const std::string& data) = 0; // Gets the URL to contact. @@ -85,7 +85,7 @@ class DeviceManagementService : public URLFetcher::Delegate { const GURL& url, const net::URLRequestStatus& status, int response_code, - const ResponseCookies& cookies, + const net::ResponseCookies& cookies, const std::string& data); // Server at which to contact the service. |
