Index: content/browser/renderer_host/input/input_router_client.h |
diff --git a/content/browser/renderer_host/input/input_router_client.h b/content/browser/renderer_host/input/input_router_client.h |
index ebe04c6ffc6315a52f269d34cff3869349887c22..fefcb10c7c25bf0ceb71dba977708b2269aae59f 100644 |
--- a/content/browser/renderer_host/input/input_router_client.h |
+++ b/content/browser/renderer_host/input/input_router_client.h |
@@ -30,7 +30,7 @@ class CONTENT_EXPORT InputRouterClient { |
// * |CONSUMED| or |NO_CONSUMER_EXISTS| will trigger the appropriate ack. |
// * |UNKNOWN| will result in |input_event| being dropped. |
virtual InputEventAckState FilterInputEvent( |
- const WebKit::WebInputEvent& input_event, |
+ const blink::WebInputEvent& input_event, |
const ui::LatencyInfo& latency_info) = 0; |
// Called each time a WebInputEvent IPC is sent. |