| Index: third_party/WebKit/Source/modules/remoteplayback/RemotePlayback.cpp
|
| diff --git a/third_party/WebKit/Source/modules/remoteplayback/RemotePlayback.cpp b/third_party/WebKit/Source/modules/remoteplayback/RemotePlayback.cpp
|
| index bfa460c37c071dbf41987e1334f417dd5d488b1e..094579fc3ba381725bd26ff3360d7f01d5502ab5 100644
|
| --- a/third_party/WebKit/Source/modules/remoteplayback/RemotePlayback.cpp
|
| +++ b/third_party/WebKit/Source/modules/remoteplayback/RemotePlayback.cpp
|
| @@ -5,6 +5,7 @@
|
| #include "modules/remoteplayback/RemotePlayback.h"
|
|
|
| #include "bindings/core/v8/ScriptPromiseResolver.h"
|
| +#include "core/dom/DOMException.h"
|
| #include "core/dom/Document.h"
|
| #include "core/events/Event.h"
|
| #include "core/html/HTMLMediaElement.h"
|
|
|