| Index: content/plugin/webplugin_delegate_stub.cc
|
| diff --git a/content/plugin/webplugin_delegate_stub.cc b/content/plugin/webplugin_delegate_stub.cc
|
| index acf6b533f4fe4002322f27b91f7b370a85c73764..1f98e5096fc6bca6d9bdb3f022403e147fdadab3 100644
|
| --- a/content/plugin/webplugin_delegate_stub.cc
|
| +++ b/content/plugin/webplugin_delegate_stub.cc
|
| @@ -8,13 +8,13 @@
|
|
|
| #include "base/command_line.h"
|
| #include "base/string_number_conversions.h"
|
| -#include "content/common/content_client.h"
|
| #include "content/common/content_constants.h"
|
| #include "content/common/npobject_stub.h"
|
| #include "content/common/plugin_messages.h"
|
| #include "content/plugin/plugin_channel.h"
|
| #include "content/plugin/plugin_thread.h"
|
| #include "content/plugin/webplugin_proxy.h"
|
| +#include "content/public/common/content_client.h"
|
| #include "content/public/common/content_switches.h"
|
| #include "third_party/npapi/bindings/npapi.h"
|
| #include "third_party/npapi/bindings/npruntime.h"
|
|
|