Commit 47532d08 authored by ttr314's avatar ttr314 Committed by Commit bot

The variable name used in the comment deviates from the one in the code. This CL fixes that.

Review URL: https://codereview.chromium.org/1620893002

Cr-Commit-Position: refs/heads/master@{#371486}
parent 2c7aaaf0
......@@ -225,7 +225,7 @@ const PasswordForm* BestKeychainFormForForm(
}
// Iterates over all elements in |forms|, passes the pointed to objects to
// |move_form|, and clears |forms| efficiently. FormMover needs to be a callable
// |mover|, and clears |forms| efficiently. FormMover needs to be a callable
// entity, accepting scoped_ptr<autofill::PasswordForm> as its sole argument.
template <typename FormMover>
inline void MoveAllFormsOut(ScopedVector<autofill::PasswordForm>* forms,
......
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