| Index: Source/core/rendering/TableLayout.h
|
| diff --git a/Source/core/rendering/TableLayout.h b/Source/core/rendering/TableLayout.h
|
| index 9b6e1e290d17ac0ca9583a464ced67a6d64bc9c1..42be53d446e35afcc476ed2a1f5e3278f9375045 100644
|
| --- a/Source/core/rendering/TableLayout.h
|
| +++ b/Source/core/rendering/TableLayout.h
|
| @@ -21,8 +21,8 @@
|
| #ifndef TableLayout_h
|
| #define TableLayout_h
|
|
|
| -#include <wtf/FastAllocBase.h>
|
| -#include <wtf/Noncopyable.h>
|
| +#include "wtf/FastAllocBase.h"
|
| +#include "wtf/Noncopyable.h"
|
|
|
| namespace WebCore {
|
|
|
|
|