| Index: chrome/browser/chrome_plugin_message_filter.cc
|
| diff --git a/chrome/browser/chrome_plugin_message_filter.cc b/chrome/browser/chrome_plugin_message_filter.cc
|
| index a41d1d6e24b6d8651b74cad9392047e2d7b63afc..d38436f5a95848fa39304323006d8602e4040db8 100644
|
| --- a/chrome/browser/chrome_plugin_message_filter.cc
|
| +++ b/chrome/browser/chrome_plugin_message_filter.cc
|
| @@ -45,7 +45,7 @@ void ChromePluginMessageFilter::OnDownloadUrl(const std::string& url,
|
| PluginDownloadUrlHelper* download_url_helper =
|
| new PluginDownloadUrlHelper(url, caller_window, NULL);
|
| download_url_helper->InitiateDownload(
|
| - Profile::GetDefaultRequestContext()->GetURLRequestContext());
|
| + Profile::Deprecated::GetDefaultRequestContext()->GetURLRequestContext());
|
| }
|
| #endif
|
|
|
|
|