| 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 158749b75be6df302be718e410c34d0956351213..242134b6d5f5559be10a8e3989de71c5695a632c 100644
|
| --- a/content/browser/android/content_video_view.cc
|
| +++ b/content/browser/android/content_video_view.cc
|
| @@ -7,7 +7,7 @@
|
| #include "base/android/jni_android.h"
|
| #include "base/command_line.h"
|
| #include "base/logging.h"
|
| -#include "content/browser/android/media_player_manager_android.h"
|
| +#include "content/browser/android/media_player_manager_impl.h"
|
| #include "content/common/android/surface_texture_peer.h"
|
| #include "content/public/common/content_switches.h"
|
| #include "jni/ContentVideoView_jni.h"
|
| @@ -22,7 +22,7 @@ bool ContentVideoView::RegisterContentVideoView(JNIEnv* env) {
|
| return RegisterNativesImpl(env);
|
| }
|
|
|
| -ContentVideoView::ContentVideoView(MediaPlayerManagerAndroid* manager)
|
| +ContentVideoView::ContentVideoView(MediaPlayerManagerImpl* manager)
|
| : manager_(manager) {
|
| }
|
|
|
|
|