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

Unified Diff: chrome/browser/ui/autofill/autofill_popup_controller_unittest.cc

Issue 12813004: Chromium style checker cleanup (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased Created 7 years, 9 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/ui/autofill/autofill_popup_controller_unittest.cc
diff --git a/chrome/browser/ui/autofill/autofill_popup_controller_unittest.cc b/chrome/browser/ui/autofill/autofill_popup_controller_unittest.cc
index ffcb67369395dc8222694cad9aa03146a4e4f4f3..317a2eed07d69100f6970a9b2ea6fde1b14c4a07 100644
--- a/chrome/browser/ui/autofill/autofill_popup_controller_unittest.cc
+++ b/chrome/browser/ui/autofill/autofill_popup_controller_unittest.cc
@@ -46,7 +46,7 @@ class MockAutofillManagerDelegate
MockAutofillManagerDelegate() {}
virtual ~MockAutofillManagerDelegate() {}
- virtual PrefService* GetPrefs() { return &prefs_; }
+ virtual PrefService* GetPrefs() OVERRIDE { return &prefs_; }
private:
TestingPrefServiceSimple prefs_;

Powered by Google App Engine
This is Rietveld 408576698