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

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

Issue 11636040: AutofillPopupController clarifications + simplifications. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: text fix + ilya review 2 Created 8 years 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/autofill_external_delegate_browsertest.cc
diff --git a/chrome/browser/autofill/autofill_external_delegate_browsertest.cc b/chrome/browser/autofill/autofill_external_delegate_browsertest.cc
index 9f3acd55827ded50595cecd241d1482722d87435..525369b7fca72c361d6063a4c6c353998de29b4b 100644
--- a/chrome/browser/autofill/autofill_external_delegate_browsertest.cc
+++ b/chrome/browser/autofill/autofill_external_delegate_browsertest.cc
@@ -35,7 +35,7 @@ class MockAutofillExternalDelegate : public AutofillExternalDelegate {
AutofillManager::FromWebContents(web_contents)) {}
~MockAutofillExternalDelegate() {}
- virtual void SelectAutofillSuggestion(int unique_id) OVERRIDE {}
+ virtual void SelectSuggestion(int unique_id) OVERRIDE {}
virtual void ClearPreviewedForm() OVERRIDE {}

Powered by Google App Engine
This is Rietveld 408576698