| Index: chromecast/media/cdm/cast_cdm_proxy.cc
|
| diff --git a/chromecast/media/cdm/cast_cdm_proxy.cc b/chromecast/media/cdm/cast_cdm_proxy.cc
|
| index 8772819d364cd9f7bf1fd14303b07e7a80417fa6..81b3e0ac5e5071ab3be998858472ee5bbdac7046 100644
|
| --- a/chromecast/media/cdm/cast_cdm_proxy.cc
|
| +++ b/chromecast/media/cdm/cast_cdm_proxy.cc
|
| @@ -39,7 +39,7 @@ class CdmPromiseInternal : public ::media::CdmPromiseTemplate<T...> {
|
| // CdmPromiseTemplate<> implementation.
|
| void resolve(const T&... result) final;
|
|
|
| - void reject(::media::MediaKeys::Exception exception,
|
| + void reject(::media::CdmPromise::Exception exception,
|
| uint32_t system_code,
|
| const std::string& error_message) final {
|
| MarkPromiseSettled();
|
|
|