Make function names unique (components/autofill)
When building using jumbo, files gets merged and functions with the same name may end up in the same namespace and conflict. This happens for functions in: components/autofill/core/browser/webdata/autofill_wallet_syncable_service.cc components/autofill/core/browser/webdata/autofill_sync_bridge_util.cc The functions are very similar but not identical. Therefore, the functions in components/autofill/core/browser/webdata/autofill_wallet_syncable_service.cc are renamed to be something more file specific. Bug: 869381 Change-Id: I8b26857cfa9fd80b42d9ff79de4b49753c824b54 Reviewed-on: https://chromium-review.googlesource.com/1169018Reviewed-by:Vadym Doroshenko <dvadym@chromium.org> Commit-Queue: Oscar Johansson <oscarj@opera.com> Cr-Commit-Position: refs/heads/master@{#581867}
Showing
Please register or sign in to comment