Commit e950ee8a authored by Antonio Gomes's avatar Antonio Gomes Committed by Commit Bot

Remove unused signin_manager getter from account_investigator_unittest.cc

This is an oneliner removal follow up of crrev.com/c/1351152.

TBR=msarda@chromium.org
BUG=909715

Change-Id: I8bc16bfb73348c23425351761695cca2258342c6
Reviewed-on: https://chromium-review.googlesource.com/c/1396237Reviewed-by: default avatarAntonio Gomes <tonikitoo@igalia.com>
Commit-Queue: Antonio Gomes <tonikitoo@igalia.com>
Cr-Commit-Position: refs/heads/master@{#619966}
parent c1abb542
...@@ -62,7 +62,6 @@ class AccountInvestigatorTest : public testing::Test { ...@@ -62,7 +62,6 @@ class AccountInvestigatorTest : public testing::Test {
~AccountInvestigatorTest() override { investigator_.Shutdown(); } ~AccountInvestigatorTest() override { investigator_.Shutdown(); }
FakeSigninManager* signin_manager() { return &signin_manager_; }
identity::IdentityTestEnvironment* identity_test_env() { identity::IdentityTestEnvironment* identity_test_env() {
return &identity_test_env_; return &identity_test_env_;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment