| Index: chrome/plugin/chrome_plugin_host.cc
|
| diff --git a/chrome/plugin/chrome_plugin_host.cc b/chrome/plugin/chrome_plugin_host.cc
|
| index 8458e255467b718ddf6e6c38eff5630c3f3183dd..690bf05f18e6805f6e6c8349b8014220ad89772e 100644
|
| --- a/chrome/plugin/chrome_plugin_host.cc
|
| +++ b/chrome/plugin/chrome_plugin_host.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.
|
|
|
| @@ -111,7 +111,7 @@ class PluginRequestHandlerProxy
|
| }
|
| }
|
|
|
| - virtual void OnCompletedRequest(const URLRequestStatus& status,
|
| + virtual void OnCompletedRequest(const net::URLRequestStatus& status,
|
| const std::string& security_info,
|
| const base::Time& completion_time) {
|
| completed_ = true;
|
|
|