FormFetcherImpl: MakeWeakCopies no longer a template
MakeWeakCopies is a helper function inside the FormFetcherImpl implementation. It transforms a vector of unique_ptrs into the result of calling get() on them. It used to be used for pointers of different types, therefore it was a function template. But after https://codereview.chromium.org/2552263002, MakeWeakCopies is only used with PasswordForms. This CL: * Converts MakeWeakCopies to a simple function. * Removes some unnecessary "autofill::" in the same file. BUG=621355 R=vasilii@chromium.org Review-Url: https://codereview.chromium.org/2587313002 Cr-Commit-Position: refs/heads/master@{#439795}
Showing
Please register or sign in to comment