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 d4ba77457595d348c75a5b85ec603e08dec1172f..9edadb4bf685d6903e18babd77a52d77ba236bae 100644 |
--- a/content/browser/android/content_video_view.cc |
+++ b/content/browser/android/content_video_view.cc |
@@ -199,12 +199,12 @@ JavaObjectWeakGlobalRef ContentVideoView::CreateJavaObject() { |
ContentViewCoreImpl* content_view_core = manager_->GetContentViewCore(); |
JNIEnv *env = AttachCurrentThread(); |
return JavaObjectWeakGlobalRef( |
- env, |
- Java_ContentVideoView_createContentVideoView( |
- env, |
- content_view_core->GetContext().obj(), |
- reinterpret_cast<intptr_t>(this), |
- content_view_core->GetContentVideoViewClient().obj()).obj()); |
+ env, |
+ Java_ContentVideoView_createContentVideoView( |
+ env, |
+ content_view_core->GetContext().obj(), |
+ reinterpret_cast<intptr_t>(this), |
+ content_view_core->GetContentVideoViewClient().obj()).obj()); |
} |
void ContentVideoView::DestroyContentVideoView(bool native_view_destroyed) { |