Index: chrome/browser/apps/guest_view/web_view_browsertest.cc |
diff --git a/chrome/browser/apps/guest_view/web_view_browsertest.cc b/chrome/browser/apps/guest_view/web_view_browsertest.cc |
index c579a6c4b0834809b3fd9fd01cda8ec5175bccc9..432c4e532cae084c83bc5d5aa9e4e994269286c3 100644 |
--- a/chrome/browser/apps/guest_view/web_view_browsertest.cc |
+++ b/chrome/browser/apps/guest_view/web_view_browsertest.cc |
@@ -324,7 +324,7 @@ class WebViewTest : public extensions::PlatformAppBrowserTest { |
} |
} |
- void SetUpCommandLine(CommandLine* command_line) override { |
+ void SetUpCommandLine(base::CommandLine* command_line) override { |
command_line->AppendSwitch(switches::kUseFakeDeviceForMediaStream); |
command_line->AppendSwitchASCII(switches::kJavaScriptFlags, "--expose-gc"); |
@@ -743,7 +743,7 @@ class WebViewTest : public extensions::PlatformAppBrowserTest { |
class WebViewDPITest : public WebViewTest { |
protected: |
- void SetUpCommandLine(CommandLine* command_line) override { |
+ void SetUpCommandLine(base::CommandLine* command_line) override { |
WebViewTest::SetUpCommandLine(command_line); |
command_line->AppendSwitchASCII(switches::kForceDeviceScaleFactor, |
base::StringPrintf("%f", scale())); |
@@ -2294,7 +2294,7 @@ IN_PROC_BROWSER_TEST_F(WebViewTest, NoContentSettingsAPI) { |
#if defined(ENABLE_PLUGINS) |
class WebViewPluginTest : public WebViewTest { |
protected: |
- void SetUpCommandLine(CommandLine* command_line) override { |
+ void SetUpCommandLine(base::CommandLine* command_line) override { |
WebViewTest::SetUpCommandLine(command_line); |
// Append the switch to register the pepper plugin. |