| Index: third_party/WebKit/Source/core/html/HTMLDimension.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLDimension.h b/third_party/WebKit/Source/core/html/HTMLDimension.h
|
| index dea204761f9a75c5165c9693b21586efa3de12e0..7f1678955317d0b4e8e20eedf1cafcc62b180754 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLDimension.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLDimension.h
|
| @@ -32,9 +32,9 @@
|
| #define HTMLDimension_h
|
|
|
| #include "core/CoreExport.h"
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/Forward.h"
|
| -#include "wtf/Vector.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/Forward.h"
|
| +#include "platform/wtf/Vector.h"
|
|
|
| namespace blink {
|
|
|
|
|