| Index: media/test/pipeline_integration_test.cc
 | 
| diff --git a/media/test/pipeline_integration_test.cc b/media/test/pipeline_integration_test.cc
 | 
| index 24895905b07e2ec73d04a1e7d642b297571770cd..c3719b6044ff1f8b16d612088488c8b475be3eea 100644
 | 
| --- a/media/test/pipeline_integration_test.cc
 | 
| +++ b/media/test/pipeline_integration_test.cc
 | 
| @@ -292,7 +292,7 @@ class KeyProvidingApp : public FakeEncryptedMedia::AppBase {
 | 
|    void OnResolve(PromiseResult expected) { EXPECT_EQ(expected, RESOLVED); }
 | 
|  
 | 
|    void OnReject(PromiseResult expected,
 | 
| -                media::MediaKeys::Exception exception_code,
 | 
| +                media::CdmPromise::Exception exception_code,
 | 
|                  uint32_t system_code,
 | 
|                  const std::string& error_message) {
 | 
|      EXPECT_EQ(expected, REJECTED) << error_message;
 | 
| 
 |