Index: content/plugin/webplugin_delegate_stub.cc |
diff --git a/content/plugin/webplugin_delegate_stub.cc b/content/plugin/webplugin_delegate_stub.cc |
index 1790f21dc7ba2945d364d3174f0bbd2657a0700b..4a035409227e4c10a002b1e1a887227b6e981558 100644 |
--- a/content/plugin/webplugin_delegate_stub.cc |
+++ b/content/plugin/webplugin_delegate_stub.cc |
@@ -26,8 +26,8 @@ |
#include "third_party/npapi/bindings/npruntime.h" |
#include "webkit/common/cursors/webcursor.h" |
-using WebKit::WebBindings; |
-using WebKit::WebCursorInfo; |
+using blink::WebBindings; |
+using blink::WebCursorInfo; |
namespace content { |
@@ -273,7 +273,7 @@ void WebPluginDelegateStub::OnSetFocus(bool focused) { |
} |
void WebPluginDelegateStub::OnHandleInputEvent( |
- const WebKit::WebInputEvent *event, |
+ const blink::WebInputEvent *event, |
bool* handled, |
WebCursor* cursor) { |
WebCursor::CursorInfo cursor_info; |