Index: content/browser/browser_plugin/test_browser_plugin_guest.cc |
diff --git a/content/browser/browser_plugin/test_browser_plugin_guest.cc b/content/browser/browser_plugin/test_browser_plugin_guest.cc |
index 7f10cfdd77008541fca54e5ba0654dfc9e0c54ab..24a234127b88f7bca7e72107dce5a9fb3965279d 100644 |
--- a/content/browser/browser_plugin/test_browser_plugin_guest.cc |
+++ b/content/browser/browser_plugin/test_browser_plugin_guest.cc |
@@ -92,7 +92,7 @@ void TestBrowserPluginGuest::RenderProcessGone(base::TerminationStatus status) { |
void TestBrowserPluginGuest::OnHandleInputEvent( |
int instance_id, |
const gfx::Rect& guest_window_rect, |
- const WebKit::WebInputEvent* event) { |
+ const blink::WebInputEvent* event) { |
BrowserPluginGuest::OnHandleInputEvent(instance_id, |
guest_window_rect, |
event); |