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

Unified Diff: chrome/browser/autofill/autocomplete_history_manager_unittest.cc

Issue 12212048: Linux/ChromeOS Chromium style checker cleanup, chrome/browser edition. (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/browser/autofill/autocomplete_history_manager_unittest.cc
===================================================================
--- chrome/browser/autofill/autocomplete_history_manager_unittest.cc (revision 181040)
+++ chrome/browser/autofill/autocomplete_history_manager_unittest.cc (working copy)
@@ -179,7 +179,10 @@
: AutocompleteHistoryManager(web_contents, profile, wds.Pass()) {}
// Intentionally swallow the message.
- virtual bool Send(IPC::Message* message) { delete message; return true; }
+ virtual bool Send(IPC::Message* message) OVERRIDE {
+ delete message;
Nico 2013/02/06 22:22:58 Out of curiosity, did you rewrap manually or is th
Ryan Sleevi 2013/02/06 22:29:07 Both, depending. In the original 751 file CL, the
+ return true;
+ }
};
} // namespace
« no previous file with comments | « chrome/browser/autocomplete/shortcuts_provider_unittest.cc ('k') | chrome/browser/autofill/autofill_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698