Index: chrome/renderer/page_click_tracker_browsertest.cc |
=================================================================== |
--- chrome/renderer/page_click_tracker_browsertest.cc (revision 181040) |
+++ chrome/renderer/page_click_tracker_browsertest.cc (working copy) |
@@ -27,7 +27,7 @@ |
virtual bool InputElementClicked(const WebKit::WebInputElement& element, |
bool was_focused, |
- bool is_focused) { |
+ bool is_focused) OVERRIDE { |
input_element_clicked_called_ = true; |
element_clicked_ = element; |
was_focused_ = was_focused; |
@@ -35,7 +35,7 @@ |
return notification_response_; |
} |
- virtual bool InputElementLostFocus() { |
+ virtual bool InputElementLostFocus() OVERRIDE { |
input_element_lost_focus_called_ = true; |
return notification_response_; |
} |