| Index: media/test/pipeline_integration_test.cc
|
| diff --git a/media/test/pipeline_integration_test.cc b/media/test/pipeline_integration_test.cc
|
| index cea6fdcc31121b9244cdbed73a1c41feaf61fd0b..ead238c8b7480454524e8a5c83c90e0ba6ccdb9e 100644
|
| --- a/media/test/pipeline_integration_test.cc
|
| +++ b/media/test/pipeline_integration_test.cc
|
| @@ -21,6 +21,7 @@
|
| #include "media/renderers/renderer_impl.h"
|
| #include "media/test/pipeline_integration_test_base.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
| +#include "url/gurl.h"
|
|
|
| #if defined(MOJO_RENDERER)
|
| #include "media/mojo/services/mojo_renderer_impl.h"
|
| @@ -169,7 +170,8 @@ class FakeEncryptedMedia {
|
| };
|
|
|
| FakeEncryptedMedia(AppBase* app)
|
| - : decryptor_(base::Bind(&FakeEncryptedMedia::OnSessionMessage,
|
| + : decryptor_(GURL::EmptyGURL(),
|
| + base::Bind(&FakeEncryptedMedia::OnSessionMessage,
|
| base::Unretained(this)),
|
| base::Bind(&FakeEncryptedMedia::OnSessionClosed,
|
| base::Unretained(this)),
|
|
|