TestPasswordManagerClient should inherit from StubPasswordManagerClient
commit51113c9df4e5d74603761a79897f37ce1f34dc6e
authorvabr@chromium.org <vabr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Thu, 5 Jun 2014 07:09:16 +0000 (5 07:09 +0000)
committervabr@chromium.org <vabr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Thu, 5 Jun 2014 07:09:16 +0000 (5 07:09 +0000)
tree1546f1e19f028981da7baddbd758bc8fe72161c2
parent529632cb5a41a96365798982523c253661e4b623
TestPasswordManagerClient should inherit from StubPasswordManagerClient

This is a simple refactoring to cut down code duplication.
The test client in question provided a number of stubs for the
pure virtual methods of PasswordManagerClient, which is what
the StubPasswordManagerClient is for.

See also http://crbug.com/352566#c2, second part, for a description of this refactoring.

This CL makes the test client derive from the stub client (instead
from the client interface itself) to fix that.

BUG=352566

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275031 0039d316-1c4b-4281-b951-d872f2087c98
components/password_manager/core/browser/password_autofill_manager_unittest.cc