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