| Index: content/plugin/npobject_stub.cc
|
| ===================================================================
|
| --- content/plugin/npobject_stub.cc (revision 78372)
|
| +++ content/plugin/npobject_stub.cc (working copy)
|
| @@ -2,13 +2,13 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "chrome/plugin/npobject_stub.h"
|
| +#include "content/plugin/npobject_stub.h"
|
|
|
| -#include "chrome/plugin/npobject_util.h"
|
| -#include "chrome/plugin/plugin_channel_base.h"
|
| -#include "chrome/plugin/plugin_thread.h"
|
| #include "content/common/content_client.h"
|
| #include "content/common/plugin_messages.h"
|
| +#include "content/plugin/npobject_util.h"
|
| +#include "content/plugin/plugin_channel_base.h"
|
| +#include "content/plugin/plugin_thread.h"
|
| #include "third_party/npapi/bindings/npapi.h"
|
| #include "third_party/npapi/bindings/npruntime.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebBindings.h"
|
|
|