| Index: third_party/WebKit/Source/bindings/core/v8/ScriptPromiseProperty.h
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/ScriptPromiseProperty.h b/third_party/WebKit/Source/bindings/core/v8/ScriptPromiseProperty.h
|
| index 6c2c9c4d5108919551de9d55fac709f36ce8ba99..0adc657eb7f61d4b522fb58ed2ed5f1e48ba2d0f 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/ScriptPromiseProperty.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/ScriptPromiseProperty.h
|
| @@ -9,8 +9,8 @@
|
| #include "bindings/core/v8/ScriptPromisePropertyBase.h"
|
| #include "bindings/core/v8/ToV8.h"
|
| #include "platform/ScriptForbiddenScope.h"
|
| -#include "wtf/Noncopyable.h"
|
| -#include "wtf/PassRefPtr.h"
|
| +#include "platform/wtf/Noncopyable.h"
|
| +#include "platform/wtf/PassRefPtr.h"
|
|
|
| namespace blink {
|
|
|
|
|