| Index: chrome/browser/ui/webui/options/chromeos/accounts_options_browsertest.cc
|
| diff --git a/chrome/browser/ui/webui/options/chromeos/accounts_options_browsertest.cc b/chrome/browser/ui/webui/options/chromeos/accounts_options_browsertest.cc
|
| index ee3c29f601896c8ddae881e877e354168f37da50..84a002ac51c2fb4c335642c4e9bc42133b398739 100644
|
| --- a/chrome/browser/ui/webui/options/chromeos/accounts_options_browsertest.cc
|
| +++ b/chrome/browser/ui/webui/options/chromeos/accounts_options_browsertest.cc
|
| @@ -56,7 +56,7 @@ class AccountsOptionsTest : public LoginManagerTest {
|
| LoginManagerTest::TearDownOnMainThread();
|
| }
|
|
|
| - virtual void SetUpCommandLine(CommandLine* command_line) override {
|
| + virtual void SetUpCommandLine(base::CommandLine* command_line) override {
|
| LoginManagerTest::SetUpCommandLine(command_line);
|
| }
|
|
|
|
|