Index: chrome/browser/chromeos/login/signin/oauth2_browsertest.cc |
diff --git a/chrome/browser/chromeos/login/signin/oauth2_browsertest.cc b/chrome/browser/chromeos/login/signin/oauth2_browsertest.cc |
index 30156bf1bc1b10bbd798ed8d7f0ebc17fed95986..36bb855ac7fe9c0548adcff5bf4492796b43fa76 100644 |
--- a/chrome/browser/chromeos/login/signin/oauth2_browsertest.cc |
+++ b/chrome/browser/chromeos/login/signin/oauth2_browsertest.cc |
@@ -134,7 +134,7 @@ class OAuth2Test : public OobeBaseTest { |
protected: |
OAuth2Test() {} |
- virtual void SetUpCommandLine(CommandLine* command_line) override { |
+ virtual void SetUpCommandLine(base::CommandLine* command_line) override { |
OobeBaseTest::SetUpCommandLine(command_line); |
// Disable sync sinc we don't really need this for these tests and it also |
@@ -616,7 +616,7 @@ class MergeSessionTest : public OAuth2Test { |
fake_gaia_.reset(delayed_fake_gaia_); |
} |
- virtual void SetUpCommandLine(CommandLine* command_line) override { |
+ virtual void SetUpCommandLine(base::CommandLine* command_line) override { |
OAuth2Test::SetUpCommandLine(command_line); |
// Get fake URL for fake google.com. |