Fix a typo in TwoWayServerAndLocalMerge
The test PasswordSyncableServiceAndroidAutofillTest.TwoWayServerAndLocalMerge derives a few parameters from a single integer variable in two places. It seems that in the second place it prepares another variable to derive from but then uses the same as in the first place. Looks like a copy-paste typo. In any case, switching to the prepared variable has strictly more coverage, so this CL changes to the prepared variable. Bug: 739101 Change-Id: I27bb5895e48c1d1f87f91cac8a9e26fa81390e1d Reviewed-on: https://chromium-review.googlesource.com/793610Reviewed-by:Jan Wilken Dörrie <jdoerrie@chromium.org> Commit-Queue: Vaclav Brozek <vabr@chromium.org> Cr-Commit-Position: refs/heads/master@{#519837}
Showing
Please register or sign in to comment