Index: chrome/browser/android/voice_search_tab_helper.cc |
diff --git a/chrome/browser/android/voice_search_tab_helper.cc b/chrome/browser/android/voice_search_tab_helper.cc |
index 0782f7578ece106454e03072177956f114b5073f..0edb753efa6e3a4cd414c4a0cc654491a5f94e76 100644 |
--- a/chrome/browser/android/voice_search_tab_helper.cc |
+++ b/chrome/browser/android/voice_search_tab_helper.cc |
@@ -24,7 +24,8 @@ static void UpdateAutoplayStatus(JNIEnv* env, |
jobject j_web_contents) { |
// In the case where media autoplay has been disabled by default (e.g. in |
// performance media tests) do not update it based on navigation changes. |
- const CommandLine& command_line = *CommandLine::ForCurrentProcess(); |
+ const base::CommandLine& command_line = |
+ *base::CommandLine::ForCurrentProcess(); |
if (command_line.HasSwitch( |
switches::kDisableGestureRequirementForMediaPlayback)) |
return; |