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

Unified Diff: chrome/browser/ui/cocoa/autofill/autofill_section_container.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/cocoa/autofill/autofill_section_container.h
diff --git a/chrome/browser/ui/cocoa/autofill/autofill_section_container.h b/chrome/browser/ui/cocoa/autofill/autofill_section_container.h
index f34a2b120e9003ddaf2e6b349b3bb2292b383334..976c0f17082e3310aecb9bb62537677df8fb8f4a 100644
--- a/chrome/browser/ui/cocoa/autofill/autofill_section_container.h
+++ b/chrome/browser/ui/cocoa/autofill/autofill_section_container.h
@@ -73,7 +73,7 @@ class AutofillDialogViewDelegate;
forSection:(autofill::DialogSection)section;
// Populates |output| with mappings from field identification to input value.
-- (void)getInputs:(autofill::DetailOutputMap*)output;
+- (void)getInputs:(autofill::FieldValueMap*)output;
// Called when the delegate-maintained suggestions model has changed.
- (void)modelChanged;

Powered by Google App Engine
This is Rietveld 408576698