| Index: Source/core/rendering/style/StyleRareInheritedData.h
|
| diff --git a/Source/core/rendering/style/StyleRareInheritedData.h b/Source/core/rendering/style/StyleRareInheritedData.h
|
| index 8d914e3661ed7310f48a6b52b4085898e2fc04fe..a96179f4f48b1c00108b06d1634aaa5e822e3600 100644
|
| --- a/Source/core/rendering/style/StyleRareInheritedData.h
|
| +++ b/Source/core/rendering/style/StyleRareInheritedData.h
|
| @@ -27,9 +27,9 @@
|
|
|
| #include "core/css/StyleColor.h"
|
| #include "core/platform/Length.h"
|
| -#include <wtf/PassRefPtr.h>
|
| -#include <wtf/RefCounted.h>
|
| -#include <wtf/text/AtomicString.h>
|
| +#include "wtf/PassRefPtr.h"
|
| +#include "wtf/RefCounted.h"
|
| +#include "wtf/text/AtomicString.h"
|
|
|
| #include "core/rendering/style/DataRef.h"
|
| #include "core/rendering/style/StyleVariableData.h"
|
|
|