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

Unified Diff: chrome/browser/ui/autofill/mock_autofill_dialog_view_delegate.h

Issue 85863003: Change DetailOutputMap to FieldValueMap (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix tests Created 7 years, 1 month 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/mock_autofill_dialog_view_delegate.h
diff --git a/chrome/browser/ui/autofill/mock_autofill_dialog_view_delegate.h b/chrome/browser/ui/autofill/mock_autofill_dialog_view_delegate.h
index 657cd11df5f9167707f8fddf837f8c10278d450f..1de57cdaf14a54ba98f3d3937a64e23ba9492d0f 100644
--- a/chrome/browser/ui/autofill/mock_autofill_dialog_view_delegate.h
+++ b/chrome/browser/ui/autofill/mock_autofill_dialog_view_delegate.h
@@ -58,9 +58,9 @@ class MockAutofillDialogViewDelegate : public AutofillDialogViewDelegate {
MOCK_METHOD3(InputValidityMessage,
string16(DialogSection, ServerFieldType, const string16&));
MOCK_METHOD2(InputsAreValid, ValidityMessages(DialogSection,
- const DetailOutputMap&));
+ const FieldValueMap&));
MOCK_METHOD6(UserEditedOrActivatedInput, void(DialogSection,
- const DetailInput*,
+ ServerFieldType,
gfx::NativeView,
const gfx::Rect&,
const string16&,

Powered by Google App Engine
This is Rietveld 408576698