Commit d53aa367 authored by John Z Wu's avatar John Z Wu Committed by Commit Bot

Fix comment in CWVAutofillDataManager.

Cq-Include-Trybots: luci.chromium.try:ios-simulator-full-configs;master.tryserver.chromium.mac:ios-simulator-cronet
Change-Id: Ic5bb4506dccaa78871f025f235592a6401240141
Reviewed-on: https://chromium-review.googlesource.com/1067689Reviewed-by: default avatarHiroshi Ichikawa <ichikawa@chromium.org>
Commit-Queue: Hiroshi Ichikawa <ichikawa@chromium.org>
Cr-Commit-Position: refs/heads/master@{#561385}
parent 00bba988
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
#endif #endif
// Typedefs of |completionHandler| in |fetchProfilesWithCompletionHandler:| // Typedefs of |completionHandler| in |fetchProfilesWithCompletionHandler:|
// and |fetchProfilesWithCompletionHandler:|. // and |fetchCreditCardsWithCompletionHandler:|.
typedef void (^CWVFetchProfilesCompletionHandler)( typedef void (^CWVFetchProfilesCompletionHandler)(
NSArray<CWVAutofillProfile*>* profiles); NSArray<CWVAutofillProfile*>* profiles);
typedef void (^CWVFetchCreditCardsCompletionHandler)( typedef void (^CWVFetchCreditCardsCompletionHandler)(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment