| Index: Source/core/platform/text/TextChecking.h
|
| diff --git a/Source/core/platform/text/TextChecking.h b/Source/core/platform/text/TextChecking.h
|
| index 919515ecaa17e822bdcdc34a5b1298f07919c795..5b3bff9389a9105721e753efb8327a0e6df3676c 100644
|
| --- a/Source/core/platform/text/TextChecking.h
|
| +++ b/Source/core/platform/text/TextChecking.h
|
| @@ -31,9 +31,9 @@
|
| #ifndef TextChecking_h
|
| #define TextChecking_h
|
|
|
| -#include <wtf/RefCounted.h>
|
| -#include <wtf/Vector.h>
|
| -#include <wtf/text/WTFString.h>
|
| +#include "wtf/RefCounted.h"
|
| +#include "wtf/Vector.h"
|
| +#include "wtf/text/WTFString.h"
|
|
|
| namespace WebCore {
|
|
|
|
|