| Index: Source/core/platform/LengthBox.h
|
| diff --git a/Source/core/platform/LengthBox.h b/Source/core/platform/LengthBox.h
|
| index a0e13e23561bdf894f0727488f7b47892b35d57e..1e5d52c51f9b1874b62c48c6f496834ab764d701 100644
|
| --- a/Source/core/platform/LengthBox.h
|
| +++ b/Source/core/platform/LengthBox.h
|
| @@ -23,8 +23,8 @@
|
| #define LengthBox_h
|
|
|
| #include "core/platform/Length.h"
|
| -#include "core/platform/text/TextDirection.h"
|
| -#include "core/platform/text/WritingMode.h"
|
| +#include "platform/text/TextDirection.h"
|
| +#include "platform/text/WritingMode.h"
|
|
|
| namespace WebCore {
|
|
|
|
|