| Index: media/base/android/media_url_interceptor.h
|
| diff --git a/media/base/android/media_url_interceptor.h b/media/base/android/media_url_interceptor.h
|
| index e1db62392aacbcd2cb6c6e8ddabf63164f819cda..4ecb0d8518acbb9286d208b48feca67f0674fa91 100644
|
| --- a/media/base/android/media_url_interceptor.h
|
| +++ b/media/base/android/media_url_interceptor.h
|
| @@ -27,8 +27,8 @@ class MEDIA_EXPORT MediaUrlInterceptor {
|
| // - |size|: size in bytes of the media element.
|
| virtual bool Intercept(const std::string& url,
|
| int* fd,
|
| - int64* offset,
|
| - int64* size) const = 0;
|
| + int64_t* offset,
|
| + int64_t* size) const = 0;
|
| };
|
|
|
| } // namespace media
|
|
|