| Index: Source/core/rendering/style/StyleVariableData.h
|
| diff --git a/Source/core/rendering/style/StyleVariableData.h b/Source/core/rendering/style/StyleVariableData.h
|
| index c2edb4ffaf44179c7c6488e2816dc7f60ac992c2..23429f19c2e3058532656a3c0e130e97a09339af 100644
|
| --- a/Source/core/rendering/style/StyleVariableData.h
|
| +++ b/Source/core/rendering/style/StyleVariableData.h
|
| @@ -32,10 +32,10 @@
|
| #ifndef StyleVariableData_h
|
| #define StyleVariableData_h
|
|
|
| -#include <wtf/Forward.h>
|
| -#include <wtf/HashMap.h>
|
| -#include <wtf/RefCounted.h>
|
| -#include <wtf/text/AtomicStringHash.h>
|
| +#include "wtf/Forward.h"
|
| +#include "wtf/HashMap.h"
|
| +#include "wtf/RefCounted.h"
|
| +#include "wtf/text/AtomicStringHash.h"
|
|
|
| namespace WebCore {
|
|
|
|
|