| Index: third_party/WebKit/Source/core/html/imports/HTMLImport.h
|
| diff --git a/third_party/WebKit/Source/core/html/imports/HTMLImport.h b/third_party/WebKit/Source/core/html/imports/HTMLImport.h
|
| index 8d7a23c3ab812c6cb7a07b97390ec7a2ce72d200..06473fead7d7ec938a79aa15eda0300ec9570209 100644
|
| --- a/third_party/WebKit/Source/core/html/imports/HTMLImport.h
|
| +++ b/third_party/WebKit/Source/core/html/imports/HTMLImport.h
|
| @@ -33,8 +33,8 @@
|
|
|
| #include "core/html/imports/HTMLImportState.h"
|
| #include "platform/heap/Handle.h"
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/TreeNode.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/TreeNode.h"
|
|
|
| namespace blink {
|
|
|
|
|