Index: chrome/browser/renderer_host/download_throttling_resource_handler.cc |
diff --git a/chrome/browser/renderer_host/download_throttling_resource_handler.cc b/chrome/browser/renderer_host/download_throttling_resource_handler.cc |
index 833c8a112a974503992d3ca2dad9d92bfb44ed55..ad1459f1c9fb82e5395ce38ee34cc199dbeba054 100644 |
--- a/chrome/browser/renderer_host/download_throttling_resource_handler.cc |
+++ b/chrome/browser/renderer_host/download_throttling_resource_handler.cc |
@@ -1,4 +1,4 @@ |
-// Copyright (c) 2006-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. |
@@ -119,7 +119,7 @@ bool DownloadThrottlingResourceHandler::OnReadCompleted(int request_id, |
bool DownloadThrottlingResourceHandler::OnResponseCompleted( |
int request_id, |
- const URLRequestStatus& status, |
+ const net::URLRequestStatus& status, |
const std::string& security_info) { |
if (download_handler_.get()) |
return download_handler_->OnResponseCompleted(request_id, status, |