diff options
Diffstat (limited to 'content/child/npapi/webplugin_delegate_impl_android.cc')
-rw-r--r-- | content/child/npapi/webplugin_delegate_impl_android.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/child/npapi/webplugin_delegate_impl_android.cc b/content/child/npapi/webplugin_delegate_impl_android.cc index fadaeee..f484d5f 100644 --- a/content/child/npapi/webplugin_delegate_impl_android.cc +++ b/content/child/npapi/webplugin_delegate_impl_android.cc @@ -10,7 +10,7 @@ #include "content/child/npapi/webplugin.h" #include "webkit/common/cursors/webcursor.h" -using WebKit::WebInputEvent; +using blink::WebInputEvent; namespace content { |