Index: content/browser/renderer_host/input/mock_input_router_client.h |
diff --git a/content/browser/renderer_host/input/mock_input_router_client.h b/content/browser/renderer_host/input/mock_input_router_client.h |
index f0b31676ffda25e7e7afd818816352d0ea2d8750..3eb5a256b9a1d5d5021eb0024f602fc578a82b3d 100644 |
--- a/content/browser/renderer_host/input/mock_input_router_client.h |
+++ b/content/browser/renderer_host/input/mock_input_router_client.h |
@@ -22,13 +22,13 @@ class MockInputRouterClient : public InputRouterClient { |
// InputRouterClient |
virtual InputEventAckState FilterInputEvent( |
const blink::WebInputEvent& input_event, |
- const ui::LatencyInfo& latency_info) OVERRIDE; |
- virtual void IncrementInFlightEventCount() OVERRIDE; |
- virtual void DecrementInFlightEventCount() OVERRIDE; |
- virtual void OnHasTouchEventHandlers(bool has_handlers) OVERRIDE; |
- virtual void SetNeedsFlush() OVERRIDE; |
- virtual void DidFlush() OVERRIDE; |
- virtual void DidOverscroll(const DidOverscrollParams& params) OVERRIDE; |
+ const ui::LatencyInfo& latency_info) override; |
+ virtual void IncrementInFlightEventCount() override; |
+ virtual void DecrementInFlightEventCount() override; |
+ virtual void OnHasTouchEventHandlers(bool has_handlers) override; |
+ virtual void SetNeedsFlush() override; |
+ virtual void DidFlush() override; |
+ virtual void DidOverscroll(const DidOverscrollParams& params) override; |
bool GetAndResetFilterEventCalled(); |
size_t GetAndResetDidFlushCount(); |