| Index: content/browser/browser_main_loop.cc
|
| diff --git a/content/browser/browser_main_loop.cc b/content/browser/browser_main_loop.cc
|
| index 5a035af978b5428e5d09c223af05f0ce0b5a9975..d1d9f23bf2ab0d57f00ded5ea78f36b4946b4be6 100644
|
| --- a/content/browser/browser_main_loop.cc
|
| +++ b/content/browser/browser_main_loop.cc
|
| @@ -128,7 +128,7 @@
|
| #include "content/browser/android/tracing_controller_android.h"
|
| #include "content/browser/media/android/browser_media_player_manager.h"
|
| #include "content/browser/screen_orientation/screen_orientation_delegate_android.h"
|
| -#include "media/base/android/media_client_android.h"
|
| +#include "media/base/android/media_drm_bridge_client.h"
|
| #include "ui/android/screen_android.h"
|
| #include "ui/display/screen.h"
|
| #include "ui/gl/gl_surface.h"
|
| @@ -1592,7 +1592,7 @@ int BrowserMainLoop::BrowserThreadsStarted() {
|
| #endif // defined(OS_MACOSX)
|
|
|
| #if defined(OS_ANDROID)
|
| - media::SetMediaClientAndroid(GetContentClient()->GetMediaClientAndroid());
|
| + media::SetMediaDrmBridgeClient(GetContentClient()->GetMediaDrmBridgeClient());
|
| #endif
|
|
|
| return result_code_;
|
|
|