Index: content/child/npapi/webplugin_delegate_impl_aura.cc |
=================================================================== |
--- content/child/npapi/webplugin_delegate_impl_aura.cc (revision 0) |
+++ content/child/npapi/webplugin_delegate_impl_aura.cc (working copy) |
@@ -2,15 +2,14 @@ |
// 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 "content/child/npapi/plugin_instance.h" |
#include "webkit/common/cursors/webcursor.h" |
-#include "webkit/plugins/npapi/plugin_instance.h" |
using WebKit::WebInputEvent; |
-namespace webkit { |
-namespace npapi { |
+namespace content { |
WebPluginDelegateImpl::WebPluginDelegateImpl(PluginInstance* instance) { |
} |
@@ -64,5 +63,4 @@ |
return false; |
} |
-} // namespace npapi |
-} // namespace webkit |
+} // namespace content |