summaryrefslogtreecommitdiffstats
path: root/chrome/browser/policy/device_management_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/policy/device_management_service.h')
-rw-r--r--chrome/browser/policy/device_management_service.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/chrome/browser/policy/device_management_service.h b/chrome/browser/policy/device_management_service.h
index eab4c21..76a3520 100644
--- a/chrome/browser/policy/device_management_service.h
+++ b/chrome/browser/policy/device_management_service.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2010 The Chromium Authors. All rights reserved.
+// Copyright (c) 2011 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -34,10 +34,10 @@ class DeviceManagementService : public URLFetcher::Delegate {
virtual ~DeviceManagementJob() {}
// Handles the URL request response.
- virtual void HandleResponse(const URLRequestStatus& status,
- int response_code,
- const ResponseCookies& cookies,
- const std::string& data) = 0;
+ virtual void HandleResponse(const net::URLRequestStatus& status,
+ int response_code,
+ const ResponseCookies& cookies,
+ const std::string& data) = 0;
// Gets the URL to contact.
virtual GURL GetURL(const std::string& server_url) = 0;
@@ -79,7 +79,7 @@ class DeviceManagementService : public URLFetcher::Delegate {
// URLFetcher::Delegate override.
virtual void OnURLFetchComplete(const URLFetcher* source,
const GURL& url,
- const URLRequestStatus& status,
+ const net::URLRequestStatus& status,
int response_code,
const ResponseCookies& cookies,
const std::string& data);