summaryrefslogtreecommitdiffstats
path: root/chrome/browser/geolocation/network_location_request.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/geolocation/network_location_request.h')
-rw-r--r--chrome/browser/geolocation/network_location_request.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/geolocation/network_location_request.h b/chrome/browser/geolocation/network_location_request.h
index f7c8a0c..90bc026 100644
--- a/chrome/browser/geolocation/network_location_request.h
+++ b/chrome/browser/geolocation/network_location_request.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.
@@ -64,7 +64,7 @@ class NetworkLocationRequest : private URLFetcher::Delegate {
// URLFetcher::Delegate
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);