Clean-up NativeBackendLibsecretTest
commitbe80bf74e784f8ad15402c7aecf593b384c5c33b
authorvabr <vabr@chromium.org>
Wed, 25 Feb 2015 09:44:19 +0000 (25 01:44 -0800)
committerCommit bot <commit-bot@chromium.org>
Wed, 25 Feb 2015 09:45:44 +0000 (25 09:45 +0000)
tree9aa8d519400bef75f10c45f9a610ffa766f053b8
parent5bf6b24ea3ac29336e1ffa0e624a081550133861
Clean-up NativeBackendLibsecretTest

This CL removes CheckPasswordChangesWithResult, because unlike in the other native backend tests, this method was not used inside base::Bind, and so is less useful than confusing. It also removes a global std::vector in favour of replacing it with a pointer to a test-owned instance, and turns that instance into a ScopedVector.

BUG=461385

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

Cr-Commit-Position: refs/heads/master@{#318009}
chrome/browser/password_manager/native_backend_libsecret_unittest.cc