| Index: third_party/WebKit/Source/core/html/imports/HTMLImportsController.h
|
| diff --git a/third_party/WebKit/Source/core/html/imports/HTMLImportsController.h b/third_party/WebKit/Source/core/html/imports/HTMLImportsController.h
|
| index 42055caf5988f6689118ff177b69656f388078dd..07778e51cf6eb10bcc6f65ed5e0cf37b2834ba6c 100644
|
| --- a/third_party/WebKit/Source/core/html/imports/HTMLImportsController.h
|
| +++ b/third_party/WebKit/Source/core/html/imports/HTMLImportsController.h
|
| @@ -34,8 +34,8 @@
|
| #include "bindings/core/v8/ScriptWrappable.h"
|
| #include "core/dom/Document.h"
|
| #include "platform/heap/Handle.h"
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/Vector.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/Vector.h"
|
|
|
| namespace blink {
|
|
|
|
|