diff options
Diffstat (limited to 'chrome/browser/plugin_download_helper.h')
-rw-r--r-- | chrome/browser/plugin_download_helper.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/plugin_download_helper.h b/chrome/browser/plugin_download_helper.h index cccf3f0..63b24be 100644 --- a/chrome/browser/plugin_download_helper.h +++ b/chrome/browser/plugin_download_helper.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. @@ -36,7 +36,7 @@ class PluginDownloadUrlHelper : public net::URLRequest::Delegate { PluginDownloadUrlHelper::DownloadDelegate* delegate); ~PluginDownloadUrlHelper(); - void InitiateDownload(URLRequestContext* request_context); + void InitiateDownload(net::URLRequestContext* request_context); // net::URLRequest::Delegate virtual void OnAuthRequired(net::URLRequest* request, |