| Index: content/child/npapi/webplugin_delegate_impl_android.cc
|
| ===================================================================
|
| --- content/child/npapi/webplugin_delegate_impl_android.cc (revision 0)
|
| +++ content/child/npapi/webplugin_delegate_impl_android.cc (working copy)
|
| @@ -2,18 +2,17 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "webkit/plugins/npapi/webplugin_delegate_impl.h"
|
| +#include "content/child/npapi/webplugin_delegate_impl.h"
|
|
|
| #include "base/basictypes.h"
|
| #include "base/logging.h"
|
| +#include "content/child/npapi/plugin_instance.h"
|
| +#include "content/child/npapi/webplugin.h"
|
| #include "webkit/common/cursors/webcursor.h"
|
| -#include "webkit/plugins/npapi/plugin_instance.h"
|
| -#include "webkit/plugins/npapi/webplugin.h"
|
|
|
| using WebKit::WebInputEvent;
|
|
|
| -namespace webkit {
|
| -namespace npapi {
|
| +namespace content {
|
|
|
| WebPluginDelegateImpl::WebPluginDelegateImpl(
|
| PluginInstance* instance)
|
| @@ -77,5 +76,4 @@
|
| return false;
|
| }
|
|
|
| -} // namespace npapi
|
| -} // namespace webkit
|
| +} // content
|
|
|