| Index: third_party/WebKit/Source/modules/remoteplayback/RemotePlayback.h
|
| diff --git a/third_party/WebKit/Source/modules/remoteplayback/RemotePlayback.h b/third_party/WebKit/Source/modules/remoteplayback/RemotePlayback.h
|
| index 1de82caeb07a1eb5ac181ed9945dfeb21d498c2d..c6b28503b26f27c0a27e1ce0e5a648d23d8edddd 100644
|
| --- a/third_party/WebKit/Source/modules/remoteplayback/RemotePlayback.h
|
| +++ b/third_party/WebKit/Source/modules/remoteplayback/RemotePlayback.h
|
| @@ -6,11 +6,11 @@
|
| #define RemotePlayback_h
|
|
|
| #include "bindings/core/v8/ScriptPromise.h"
|
| -#include "bindings/core/v8/TraceWrapperMember.h"
|
| #include "core/dom/ExecutionContext.h"
|
| #include "core/events/EventTarget.h"
|
| #include "modules/ModulesExport.h"
|
| #include "platform/bindings/ActiveScriptWrappable.h"
|
| +#include "platform/bindings/TraceWrapperMember.h"
|
| #include "platform/heap/Handle.h"
|
| #include "platform/wtf/Compiler.h"
|
| #include "platform/wtf/text/AtomicString.h"
|
|
|