| Index: third_party/WebKit/Source/core/html/imports/HTMLImportState.h
|
| diff --git a/third_party/WebKit/Source/core/html/imports/HTMLImportState.h b/third_party/WebKit/Source/core/html/imports/HTMLImportState.h
|
| index 0fadfeb03c8c3a19152f8650f161b57d1ac66c69..fe71c030f25d6f8aabf15cf28f7a4b2be9e74e88 100644
|
| --- a/third_party/WebKit/Source/core/html/imports/HTMLImportState.h
|
| +++ b/third_party/WebKit/Source/core/html/imports/HTMLImportState.h
|
| @@ -31,8 +31,8 @@
|
| #ifndef HTMLImportState_h
|
| #define HTMLImportState_h
|
|
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/Assertions.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/Assertions.h"
|
|
|
| namespace blink {
|
|
|
|
|