Index: content/child/npapi/webplugin_delegate.h |
diff --git a/content/child/npapi/webplugin_delegate.h b/content/child/npapi/webplugin_delegate.h |
index 0e1148fda05900cfdb9d6de754ced321740d49df..c419a3f2e4bb332ddd60d8293f9987f0ed3add03 100644 |
--- a/content/child/npapi/webplugin_delegate.h |
+++ b/content/child/npapi/webplugin_delegate.h |
@@ -18,7 +18,7 @@ class GURL; |
class SkCanvas; |
struct NPObject; |
-namespace WebKit { |
+namespace blink { |
class WebInputEvent; |
} |
@@ -73,7 +73,7 @@ class WebPluginDelegate { |
// For windowless plugins, gives them a user event like mouse/keyboard. |
// Returns whether the event was handled. This is only called in windowsless |
// mode. See NPAPI NPP_HandleEvent for more information. |
- virtual bool HandleInputEvent(const WebKit::WebInputEvent& event, |
+ virtual bool HandleInputEvent(const blink::WebInputEvent& event, |
WebCursor::CursorInfo* cursor) = 0; |
// Gets the NPObject associated with the plugin for scripting. |