Cleanup return values in autofill
This CL turns const by value return values into const by ref. Replacing const value by a const ref when a member variable is safe, because the member variable will live at least as long as the temporary object returned now. It can also be more efficient, because returning a ref can spare copying. BUG=393155 Review URL: https://codereview.chromium.org/382243002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282769 0039d316-1c4b-4281-b951-d872f2087c98
Showing
Please register or sign in to comment