Index: content/browser/android/content_video_view.cc |
diff --git a/content/browser/android/content_video_view.cc b/content/browser/android/content_video_view.cc |
index 5407032441b88f611314eb03f9ebfed5947b437b..9e0a830bae9588dc398c36350259b49821a3524b 100644 |
--- a/content/browser/android/content_video_view.cc |
+++ b/content/browser/android/content_video_view.cc |
@@ -211,7 +211,7 @@ gfx::NativeView ContentVideoView::GetNativeView() { |
JavaObjectWeakGlobalRef ContentVideoView::CreateJavaObject() { |
ContentViewCoreImpl* content_view_core = manager_->GetContentViewCore(); |
JNIEnv* env = AttachCurrentThread(); |
- bool legacyMode = CommandLine::ForCurrentProcess()->HasSwitch( |
+ bool legacyMode = base::CommandLine::ForCurrentProcess()->HasSwitch( |
switches::kDisableOverlayFullscreenVideoSubtitle); |
return JavaObjectWeakGlobalRef( |
env, |
@@ -224,7 +224,7 @@ JavaObjectWeakGlobalRef ContentVideoView::CreateJavaObject() { |
} |
void ContentVideoView::CreatePowerSaveBlocker() { |
- if (!CommandLine::ForCurrentProcess()->HasSwitch( |
+ if (!base::CommandLine::ForCurrentProcess()->HasSwitch( |
switches::kDisableOverlayFullscreenVideoSubtitle)) { |
return; |
} |