| Index: chrome/browser/signin/account_reconcilor_unittest.cc
|
| diff --git a/chrome/browser/signin/account_reconcilor_unittest.cc b/chrome/browser/signin/account_reconcilor_unittest.cc
|
| index 5deecc5a881905e415057820b8eea7b4ef31e809..021386d6e01b6712d9db39e50f7915a5b2e13c55 100644
|
| --- a/chrome/browser/signin/account_reconcilor_unittest.cc
|
| +++ b/chrome/browser/signin/account_reconcilor_unittest.cc
|
| @@ -130,7 +130,7 @@ void AccountReconcilorTest::SetUp() {
|
| // If it's a non-parameterized test, or we have a parameter of true, set flag.
|
| if (!::testing::UnitTest::GetInstance()->current_test_info()->value_param() ||
|
| GetParam()) {
|
| - CommandLine::ForCurrentProcess()->AppendSwitch(
|
| + base::CommandLine::ForCurrentProcess()->AppendSwitch(
|
| switches::kEnableNewProfileManagement);
|
| }
|
|
|
|
|