| Index: content/common/npobject_stub.cc
|
| diff --git a/content/common/npobject_stub.cc b/content/common/npobject_stub.cc
|
| index 4db6a2836f27bad5d708580ef1485f1ea733bee4..7e283ce93d0ff9810f7bdac242b2c85f437606ee 100644
|
| --- a/content/common/npobject_stub.cc
|
| +++ b/content/common/npobject_stub.cc
|
| @@ -5,10 +5,10 @@
|
| #include "content/common/npobject_stub.h"
|
|
|
| #include "base/command_line.h"
|
| -#include "content/common/content_client.h"
|
| #include "content/common/np_channel_base.h"
|
| #include "content/common/npobject_util.h"
|
| #include "content/common/plugin_messages.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"
|
|
|