| Index: content/renderer/webplugin_delegate_proxy.cc
|
| ===================================================================
|
| --- content/renderer/webplugin_delegate_proxy.cc (revision 81801)
|
| +++ content/renderer/webplugin_delegate_proxy.cc (working copy)
|
| @@ -20,8 +20,6 @@
|
| #include "base/string_util.h"
|
| #include "base/sys_info.h"
|
| #include "base/utf_string_conversions.h"
|
| -#include "chrome/common/child_process_logging.h"
|
| -#include "chrome/common/render_messages.h"
|
| #include "content/common/child_process.h"
|
| #include "content/common/plugin_messages.h"
|
| #include "content/common/view_messages.h"
|
| @@ -434,7 +432,7 @@
|
| }
|
|
|
| bool WebPluginDelegateProxy::OnMessageReceived(const IPC::Message& msg) {
|
| - child_process_logging::SetActiveURL(page_url_);
|
| + content::GetContentClient()->SetActiveURL(page_url_);
|
|
|
| bool handled = true;
|
| IPC_BEGIN_MESSAGE_MAP(WebPluginDelegateProxy, msg)
|
|
|