| Index: chrome/browser/chromeos/policy/user_affiliation_browsertest.cc
|
| diff --git a/chrome/browser/chromeos/policy/user_affiliation_browsertest.cc b/chrome/browser/chromeos/policy/user_affiliation_browsertest.cc
|
| index 5a5751a48aa5923c2c8d8d63747728542b387470..ebdf3872d504cbfebcefe55ac5eec92fd16e42a6 100644
|
| --- a/chrome/browser/chromeos/policy/user_affiliation_browsertest.cc
|
| +++ b/chrome/browser/chromeos/policy/user_affiliation_browsertest.cc
|
| @@ -40,15 +40,12 @@ class UserAffiliationBrowserTest
|
| protected:
|
| // InProcessBrowserTest
|
| void SetUpCommandLine(base::CommandLine* command_line) override {
|
| - InProcessBrowserTest::SetUpCommandLine(command_line);
|
| affiliation_test_helper::AppendCommandLineSwitchesForLoginManager(
|
| command_line);
|
| }
|
|
|
| // InProcessBrowserTest
|
| void SetUpInProcessBrowserTestFixture() override {
|
| - InProcessBrowserTest::SetUpInProcessBrowserTestFixture();
|
| -
|
| chromeos::FakeSessionManagerClient* fake_session_manager_client =
|
| new chromeos::FakeSessionManagerClient;
|
| chromeos::DBusThreadManager::GetSetterForTesting()->SetSessionManagerClient(
|
|
|