| Index: content/renderer/webplugin_delegate_proxy.cc
|
| diff --git a/content/renderer/webplugin_delegate_proxy.cc b/content/renderer/webplugin_delegate_proxy.cc
|
| index 09c298bb2a6dc2e6aae36c651e61cf594ce3ee67..4bfff0219ef58b20de690466197eb56d16a433ee 100644
|
| --- a/content/renderer/webplugin_delegate_proxy.cc
|
| +++ b/content/renderer/webplugin_delegate_proxy.cc
|
| @@ -24,11 +24,11 @@
|
| #include "base/strings/string_split.h"
|
| #include "base/utf_string_conversions.h"
|
| #include "base/version.h"
|
| +#include "content/child/child_process.h"
|
| #include "content/child/npobject_proxy.h"
|
| #include "content/child/npobject_stub.h"
|
| #include "content/child/npobject_util.h"
|
| #include "content/child/plugin_messages.h"
|
| -#include "content/common/child_process.h"
|
| #include "content/common/view_messages.h"
|
| #include "content/public/renderer/content_renderer_client.h"
|
| #include "content/renderer/plugin_channel_host.h"
|
|
|