| Index: chrome/browser/renderer_host/download_throttling_resource_handler.h
|
| diff --git a/chrome/browser/renderer_host/download_throttling_resource_handler.h b/chrome/browser/renderer_host/download_throttling_resource_handler.h
|
| index 22de040a50cb1e170459b2c7ed9ae7639480ac25..355bee121082c84cd92127959117fb74b2fbc65b 100644
|
| --- a/chrome/browser/renderer_host/download_throttling_resource_handler.h
|
| +++ b/chrome/browser/renderer_host/download_throttling_resource_handler.h
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2006-2008 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.
|
|
|
| @@ -51,7 +51,7 @@ class DownloadThrottlingResourceHandler
|
| int min_size);
|
| virtual bool OnReadCompleted(int request_id, int* bytes_read);
|
| virtual bool OnResponseCompleted(int request_id,
|
| - const URLRequestStatus& status,
|
| + const net::URLRequestStatus& status,
|
| const std::string& security_info);
|
| virtual void OnRequestClosed();
|
|
|
|
|