| Index: public/web/WebMediaPlayer.h
|
| diff --git a/public/web/WebMediaPlayer.h b/public/web/WebMediaPlayer.h
|
| index 5eb9c065e1cf6b64740cffd9ef96afe2cb0fe2a2..1571621d20262b9db71df9c92f4645bbf5b6033a 100644
|
| --- a/public/web/WebMediaPlayer.h
|
| +++ b/public/web/WebMediaPlayer.h
|
| @@ -31,10 +31,10 @@
|
| #ifndef WebMediaPlayer_h
|
| #define WebMediaPlayer_h
|
|
|
| -#include "../platform/WebCanvas.h"
|
| -#include "../platform/WebMediaSource.h"
|
| -#include "../platform/WebString.h"
|
| -#include "../platform/WebTimeRange.h"
|
| +#include "public/platform/WebCanvas.h"
|
| +#include "public/platform/WebMediaSource.h"
|
| +#include "public/platform/WebString.h"
|
| +#include "public/platform/WebTimeRange.h"
|
|
|
| namespace blink {
|
|
|
|
|