| Index: media/base/android/media_player_android.h
|
| diff --git a/media/base/android/media_player_android.h b/media/base/android/media_player_android.h
|
| index c7e17447eba04a3afb3936895d3ed8aacb5893ca..2e5e3715cb436493473cfd91fdcdf6dcad1a6f8d 100644
|
| --- a/media/base/android/media_player_android.h
|
| +++ b/media/base/android/media_player_android.h
|
| @@ -52,7 +52,7 @@ class MEDIA_EXPORT MediaPlayerAndroid {
|
| // Seek to a particular position, based on renderer signaling actual seek
|
| // with MediaPlayerHostMsg_Seek. If eventual success, OnSeekComplete() will be
|
| // called.
|
| - virtual void SeekTo(const base::TimeDelta& timestamp) = 0;
|
| + virtual void SeekTo(base::TimeDelta timestamp) = 0;
|
|
|
| // Release the player resources.
|
| virtual void Release() = 0;
|
|
|