| Index: content/common_child/npobject_proxy.cc
|
| diff --git a/content/common/npobject_proxy.cc b/content/common_child/npobject_proxy.cc
|
| similarity index 98%
|
| rename from content/common/npobject_proxy.cc
|
| rename to content/common_child/npobject_proxy.cc
|
| index eb01acb5c2ab15a0d60ecae6f9bab9c1633693ff..7065607684ac3dbd3e89c93226ad752264dc5e83 100644
|
| --- a/content/common/npobject_proxy.cc
|
| +++ b/content/common_child/npobject_proxy.cc
|
| @@ -2,15 +2,15 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "content/common/npobject_proxy.h"
|
| +#include "content/common_child/npobject_proxy.h"
|
|
|
| -#include "content/common/np_channel_base.h"
|
| -#include "content/common/npobject_util.h"
|
| -#include "content/common/plugin_messages.h"
|
| +#include "content/common_child/np_channel_base.h"
|
| +#include "content/common_child/npobject_util.h"
|
| +#include "content/common_child/plugin_messages.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebBindings.h"
|
| #include "webkit/glue/webkit_glue.h"
|
| -#include "webkit/plugins/npapi/plugin_instance.h"
|
| #include "webkit/plugins/npapi/plugin_host.h"
|
| +#include "webkit/plugins/npapi/plugin_instance.h"
|
|
|
| using WebKit::WebBindings;
|
|
|
|
|