| Index: third_party/WebKit/public/platform/WebMediaPlayer.h
|
| diff --git a/third_party/WebKit/public/platform/WebMediaPlayer.h b/third_party/WebKit/public/platform/WebMediaPlayer.h
|
| index 23bb865aacad04ea587d54bce704efa9552ccfea..9979e856dae347c8f0d7c1aa103727dd3751640c 100644
|
| --- a/third_party/WebKit/public/platform/WebMediaPlayer.h
|
| +++ b/third_party/WebKit/public/platform/WebMediaPlayer.h
|
| @@ -102,7 +102,7 @@ public:
|
| LoadTypeMax = LoadTypeMediaStream,
|
| };
|
|
|
| - typedef unsigned TrackId;
|
| + typedef WebString TrackId;
|
| enum TrackType { TextTrack, AudioTrack, VideoTrack };
|
|
|
| virtual ~WebMediaPlayer() { }
|
|
|