| Index: third_party/WebKit/Source/core/html/track/vtt/VTTParser.h
 | 
| diff --git a/third_party/WebKit/Source/core/html/track/vtt/VTTParser.h b/third_party/WebKit/Source/core/html/track/vtt/VTTParser.h
 | 
| index f5d9a721f6e7dc01ba8f9eabf345101f40420963..f7711168a90ee6a23f1e3835e0f6c53a8bf5df69 100644
 | 
| --- a/third_party/WebKit/Source/core/html/track/vtt/VTTParser.h
 | 
| +++ b/third_party/WebKit/Source/core/html/track/vtt/VTTParser.h
 | 
| @@ -31,6 +31,7 @@
 | 
|  #ifndef VTTParser_h
 | 
|  #define VTTParser_h
 | 
|  
 | 
| +#include <memory>
 | 
|  #include "core/HTMLNames.h"
 | 
|  #include "core/dom/DocumentFragment.h"
 | 
|  #include "core/html/parser/TextResourceDecoder.h"
 | 
| @@ -39,7 +40,6 @@
 | 
|  #include "core/html/track/vtt/VTTTokenizer.h"
 | 
|  #include "platform/heap/Handle.h"
 | 
|  #include "wtf/text/StringBuilder.h"
 | 
| -#include <memory>
 | 
|  
 | 
|  namespace blink {
 | 
|  
 | 
| 
 |