Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3366)

Unified Diff: chrome/renderer/page_click_tracker_browsertest.cc

Issue 12226045: Linux/ChromeOS Chromium style checker cleanup, chrome/ edition part 1. (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;
}
« no previous file with comments | « chrome/renderer/loadtimes_extension_bindings.cc ('k') | chrome/renderer/printing/print_web_view_helper_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698