Index: content/child/npapi/webplugin_delegate_impl_mac.mm |
diff --git a/content/child/npapi/webplugin_delegate_impl_mac.mm b/content/child/npapi/webplugin_delegate_impl_mac.mm |
index 2951fca3e86d679f87b62f4cc6e1e3ec8268162b..c125dc8110f79f4f157f4ad43a7b60947cfe2358 100644 |
--- a/content/child/npapi/webplugin_delegate_impl_mac.mm |
+++ b/content/child/npapi/webplugin_delegate_impl_mac.mm |
@@ -27,10 +27,10 @@ |
#include "ui/gfx/scoped_ns_graphics_context_save_gstate_mac.h" |
#include "webkit/common/cursors/webcursor.h" |
-using WebKit::WebKeyboardEvent; |
-using WebKit::WebInputEvent; |
-using WebKit::WebMouseEvent; |
-using WebKit::WebMouseWheelEvent; |
+using blink::WebKeyboardEvent; |
+using blink::WebInputEvent; |
+using blink::WebMouseEvent; |
+using blink::WebMouseWheelEvent; |
// Important implementation notes: The Mac definition of NPAPI, particularly |
// the distinction between windowed and windowless modes, differs from the |