| Index: third_party/WebKit/Source/modules/presentation/PresentationConnection.h
|
| diff --git a/third_party/WebKit/Source/modules/presentation/PresentationConnection.h b/third_party/WebKit/Source/modules/presentation/PresentationConnection.h
|
| index 804d109eeef6651a7343a2b420fad7522cd02a77..ee27682cb9b9086cbf3d49e2aad1552a04b531c4 100644
|
| --- a/third_party/WebKit/Source/modules/presentation/PresentationConnection.h
|
| +++ b/third_party/WebKit/Source/modules/presentation/PresentationConnection.h
|
| @@ -5,6 +5,7 @@
|
| #ifndef PresentationConnection_h
|
| #define PresentationConnection_h
|
|
|
| +#include <memory>
|
| #include "core/dom/ContextLifecycleObserver.h"
|
| #include "core/events/EventTarget.h"
|
| #include "core/fileapi/Blob.h"
|
| @@ -16,7 +17,6 @@
|
| #include "public/platform/modules/presentation/WebPresentationController.h"
|
| #include "public/platform/modules/presentation/WebPresentationSessionInfo.h"
|
| #include "wtf/text/WTFString.h"
|
| -#include <memory>
|
|
|
| namespace WTF {
|
| class AtomicString;
|
|
|