Index: chrome/browser/web_resource/web_resource_service.cc |
diff --git a/chrome/browser/web_resource/web_resource_service.cc b/chrome/browser/web_resource/web_resource_service.cc |
index cdee19751637556e1733537ec9f7f7734c5c6028..35f4aea9fd2edc3c166a699a85f1efa59a39144e 100644 |
--- a/chrome/browser/web_resource/web_resource_service.cc |
+++ b/chrome/browser/web_resource/web_resource_service.cc |
@@ -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. |
@@ -84,7 +84,7 @@ class WebResourceService::WebResourceFetcher |
// From URLFetcher::Delegate. |
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) { |