| Index: Source/core/html/MediaFragmentURIParser.cpp
|
| diff --git a/Source/core/html/MediaFragmentURIParser.cpp b/Source/core/html/MediaFragmentURIParser.cpp
|
| index 5a8ddf9fa91b3abc8d1963a8eab7a587c2c77207..59042b18e6d35fd73d2aae458604d03e2560b116 100644
|
| --- a/Source/core/html/MediaFragmentURIParser.cpp
|
| +++ b/Source/core/html/MediaFragmentURIParser.cpp
|
| @@ -24,13 +24,12 @@
|
| */
|
|
|
| #include "config.h"
|
| -
|
| #include "core/html/MediaFragmentURIParser.h"
|
|
|
| #include "core/platform/graphics/MediaPlayer.h"
|
| -#include <wtf/text/CString.h>
|
| -#include <wtf/text/StringBuilder.h>
|
| -#include <wtf/text/WTFString.h>
|
| +#include "wtf/text/CString.h"
|
| +#include "wtf/text/StringBuilder.h"
|
| +#include "wtf/text/WTFString.h"
|
|
|
| namespace WebCore {
|
|
|
|
|