PasswordStoreFactory: use scoped_ptr (minor cleanup)
commitcb48f67466f78cd741eb5256571832a65294bdf5
authorvabr@chromium.org <vabr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Wed, 5 Feb 2014 14:14:26 +0000 (5 14:14 +0000)
committervabr@chromium.org <vabr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Wed, 5 Feb 2014 14:14:26 +0000 (5 14:14 +0000)
treed049354b986ddb2425b1259590a1534d420b9f5d
parentc4c9c73a9ec8d5a5bf6a17f7381c2b1dbc5b9477
PasswordStoreFactory: use scoped_ptr (minor cleanup)

Get rid of manual lifetime handling of the login DB when creating a PasswordStore.

This is a minor clean-up issue. It used to be part of https://codereview.chromium.org/149393011/, but is now separated to make things clearer.

BUG=335155
R=gcasto@chromium.org

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@248992 0039d316-1c4b-4281-b951-d872f2087c98
chrome/browser/password_manager/password_store_factory.cc