| Index: Source/core/platform/graphics/InbandTextTrackPrivate.h
|
| diff --git a/Source/core/platform/graphics/InbandTextTrackPrivate.h b/Source/core/platform/graphics/InbandTextTrackPrivate.h
|
| index d06f9a54beebc79bf55545b44e4ba9d035ff770c..9492d8acd2177dcd590b5474f96e04f46a951b9d 100644
|
| --- a/Source/core/platform/graphics/InbandTextTrackPrivate.h
|
| +++ b/Source/core/platform/graphics/InbandTextTrackPrivate.h
|
| @@ -26,10 +26,10 @@
|
| #ifndef InbandTextTrackPrivate_h
|
| #define InbandTextTrackPrivate_h
|
|
|
| -#include <wtf/Forward.h>
|
| -#include <wtf/Noncopyable.h>
|
| -#include <wtf/RefCounted.h>
|
| -#include <wtf/text/AtomicString.h>
|
| +#include "wtf/Forward.h"
|
| +#include "wtf/Noncopyable.h"
|
| +#include "wtf/RefCounted.h"
|
| +#include "wtf/text/AtomicString.h"
|
|
|
| namespace WebCore {
|
|
|
|
|