| Index: media/blink/encrypted_media_player_support.h
|
| diff --git a/media/blink/encrypted_media_player_support.h b/media/blink/encrypted_media_player_support.h
|
| index 2d09579c61bd600ab9fb284923d05231e0dfba3a..dbc9f46c4388adc3632d551733d93afeb23a9354 100644
|
| --- a/media/blink/encrypted_media_player_support.h
|
| +++ b/media/blink/encrypted_media_player_support.h
|
| @@ -88,9 +88,9 @@ class EncryptedMediaPlayerSupport
|
| void OnKeyAdded(const std::string& session_id);
|
| void OnKeyError(const std::string& session_id,
|
| MediaKeys::KeyError error_code,
|
| - uint32 system_code);
|
| + uint32_t system_code);
|
| void OnKeyMessage(const std::string& session_id,
|
| - const std::vector<uint8>& message,
|
| + const std::vector<uint8_t>& message,
|
| const GURL& destination_url);
|
|
|
| CdmFactory* cdm_factory_;
|
|
|