Add a dependency on AccountTrackerServiceFactory from SigninManagerFactory.
commit41e7bbeecc787c2544a5d4ac38a37580bc1e3a31
authormlerman <mlerman@chromium.org>
Thu, 27 Nov 2014 20:10:15 +0000 (27 12:10 -0800)
committerCommit bot <commit-bot@chromium.org>
Thu, 27 Nov 2014 20:11:24 +0000 (27 20:11 +0000)
treeb6f3b6b0be783391a9ef6739585af2e171c2bd66
parent0a5218202894dacb2ebaf643b5126a0069ff0459
Add a dependency on AccountTrackerServiceFactory from SigninManagerFactory.

SigninManager depends on AccountTrackerService. This CL adds the missing
dependency.

The ExtensionDownloader holds a reference to a ProfileIdentityProvider which depends on SigninManager. This CL thus also adds a dependency from the ExtensionSystemImpl to the SigninManager.

BUG=431328

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

Cr-Commit-Position: refs/heads/master@{#306024}
chrome/browser/extensions/extension_system_factory.cc
chrome/browser/signin/signin_manager_factory.cc