| Index: third_party/WebKit/Source/platform/fonts/SymbolsIterator.h
|
| diff --git a/third_party/WebKit/Source/platform/fonts/SymbolsIterator.h b/third_party/WebKit/Source/platform/fonts/SymbolsIterator.h
|
| index d85c77f023e694e21418f3aa7f1e1da1360a20f4..686da6d86e90bcc01aeab6f1d080dd26fb63bfe5 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/SymbolsIterator.h
|
| +++ b/third_party/WebKit/Source/platform/fonts/SymbolsIterator.h
|
| @@ -5,13 +5,13 @@
|
| #ifndef SymbolsIterator_h
|
| #define SymbolsIterator_h
|
|
|
| +#include <memory>
|
| #include "platform/fonts/FontFallbackPriority.h"
|
| #include "platform/fonts/FontOrientation.h"
|
| #include "platform/fonts/ScriptRunIterator.h"
|
| #include "platform/fonts/UTF16TextIterator.h"
|
| #include "wtf/Allocator.h"
|
| #include "wtf/Noncopyable.h"
|
| -#include <memory>
|
|
|
| namespace blink {
|
|
|
|
|