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

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

Issue 9235072: Adding Mouse Support for new GTK Autofill (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: First Draft Created 8 years, 11 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/autofill_manager_unittest.cc
diff --git a/chrome/browser/autofill/autofill_manager_unittest.cc b/chrome/browser/autofill/autofill_manager_unittest.cc
index ee42ca34a0546756de28517f312de85f843bda6e..e182717250628b07d2510c57d2349b1281c44c8d 100644
--- a/chrome/browser/autofill/autofill_manager_unittest.cc
+++ b/chrome/browser/autofill/autofill_manager_unittest.cc
@@ -2875,7 +2875,7 @@ class MockAutofillExternalDelegate : public AutofillExternalDelegate {
const gfx::Rect& bounds,
bool display_warning));
- virtual void HideAutofillPopup() OVERRIDE {}
+ virtual void HideAutofillPopupInternal() OVERRIDE {}
virtual void ApplyAutofillSuggestions(
const std::vector<string16>& autofill_values,

Powered by Google App Engine
This is Rietveld 408576698