| Index: third_party/WebKit/Source/core/dom/PendingScript.h
|
| diff --git a/third_party/WebKit/Source/core/dom/PendingScript.h b/third_party/WebKit/Source/core/dom/PendingScript.h
|
| index 0cc4b63c64c9847e5fad22bb25ad87a7972b48db..d95c8ef754a98bed790bb3e8a79fa2a303ff9dfc 100644
|
| --- a/third_party/WebKit/Source/core/dom/PendingScript.h
|
| +++ b/third_party/WebKit/Source/core/dom/PendingScript.h
|
| @@ -33,8 +33,8 @@
|
| #include "platform/MemoryCoordinator.h"
|
| #include "platform/heap/Handle.h"
|
| #include "platform/loader/fetch/ResourceOwner.h"
|
| -#include "wtf/Noncopyable.h"
|
| -#include "wtf/text/TextPosition.h"
|
| +#include "platform/wtf/Noncopyable.h"
|
| +#include "platform/wtf/text/TextPosition.h"
|
|
|
| namespace blink {
|
|
|
|
|