| Index: third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.h
 | 
| diff --git a/third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.h b/third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.h
 | 
| index 23c818acc3fd4305d6b23730e4f574f6849ebf88..545cae7a23958d88a06f4859f8d9fe8a1fabeddc 100644
 | 
| --- a/third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.h
 | 
| +++ b/third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.h
 | 
| @@ -26,6 +26,8 @@
 | 
|  #ifndef WebGLRenderingContextBase_h
 | 
|  #define WebGLRenderingContextBase_h
 | 
|  
 | 
| +#include <memory>
 | 
| +#include <set>
 | 
|  #include "bindings/core/v8/Nullable.h"
 | 
|  #include "bindings/core/v8/ScriptState.h"
 | 
|  #include "bindings/core/v8/ScriptValue.h"
 | 
| @@ -51,8 +53,6 @@
 | 
|  #include "third_party/khronos/GLES2/gl2.h"
 | 
|  #include "wtf/CheckedNumeric.h"
 | 
|  #include "wtf/text/WTFString.h"
 | 
| -#include <memory>
 | 
| -#include <set>
 | 
|  
 | 
|  namespace blink {
 | 
|  class WebLayer;
 | 
| 
 |