summaryrefslogtreecommitdiffstats
path: root/chrome/browser/apps/speech_recognition_browsertest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/apps/speech_recognition_browsertest.cc')
-rw-r--r--chrome/browser/apps/speech_recognition_browsertest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/apps/speech_recognition_browsertest.cc b/chrome/browser/apps/speech_recognition_browsertest.cc
index 7a4fbc1..e413aa5 100644
--- a/chrome/browser/apps/speech_recognition_browsertest.cc
+++ b/chrome/browser/apps/speech_recognition_browsertest.cc
@@ -31,7 +31,7 @@ class SpeechRecognitionTest : public extensions::PlatformAppBrowserTest {
extensions::PlatformAppBrowserTest::SetUp();
}
- void SetUpCommandLine(CommandLine* command_line) override {
+ void SetUpCommandLine(base::CommandLine* command_line) override {
command_line->AppendSwitch(switches::kUseFakeDeviceForMediaStream);
command_line->AppendSwitch(switches::kUseFakeUIForMediaStream);
extensions::PlatformAppBrowserTest::SetUpCommandLine(command_line);