| Index: third_party/WebKit/Source/core/editing/Editor.h
|
| diff --git a/third_party/WebKit/Source/core/editing/Editor.h b/third_party/WebKit/Source/core/editing/Editor.h
|
| index aadb0651f3fe09270f77d747ad2f2930b55dde42..ae83e6aaeaa63247b4a4a73d4cbaee4ba39f5c57 100644
|
| --- a/third_party/WebKit/Source/core/editing/Editor.h
|
| +++ b/third_party/WebKit/Source/core/editing/Editor.h
|
| @@ -26,6 +26,7 @@
|
| #ifndef Editor_h
|
| #define Editor_h
|
|
|
| +#include <memory>
|
| #include "core/CoreExport.h"
|
| #include "core/clipboard/DataTransferAccessPolicy.h"
|
| #include "core/editing/EditingBehavior.h"
|
| @@ -40,7 +41,6 @@
|
| #include "core/events/InputEvent.h"
|
| #include "platform/PasteMode.h"
|
| #include "platform/heap/Handle.h"
|
| -#include <memory>
|
|
|
| namespace blink {
|
|
|
|
|