Index: content/child/npapi/webplugin_delegate_impl_gtk.cc |
diff --git a/content/child/npapi/webplugin_delegate_impl_gtk.cc b/content/child/npapi/webplugin_delegate_impl_gtk.cc |
index 371d834fb14ce0acccda990a51fac7a2d30db3b0..39ecee8b7b3e025d12332423b19b91cb60c4080d 100644 |
--- a/content/child/npapi/webplugin_delegate_impl_gtk.cc |
+++ b/content/child/npapi/webplugin_delegate_impl_gtk.cc |
@@ -22,9 +22,9 @@ |
#include "third_party/npapi/bindings/npapi_x11.h" |
-using WebKit::WebKeyboardEvent; |
-using WebKit::WebInputEvent; |
-using WebKit::WebMouseEvent; |
+using blink::WebKeyboardEvent; |
+using blink::WebInputEvent; |
+using blink::WebMouseEvent; |
namespace content { |