| Index: third_party/WebKit/Source/core/layout/LayoutTable.h
 | 
| diff --git a/third_party/WebKit/Source/core/layout/LayoutTable.h b/third_party/WebKit/Source/core/layout/LayoutTable.h
 | 
| index b2f86d67bce30d239fc79d6270d72e24bc1f7185..f4a86c2e3d12f39217d464e2e3cb51c75aacf160 100644
 | 
| --- a/third_party/WebKit/Source/core/layout/LayoutTable.h
 | 
| +++ b/third_party/WebKit/Source/core/layout/LayoutTable.h
 | 
| @@ -26,12 +26,12 @@
 | 
|  #ifndef LayoutTable_h
 | 
|  #define LayoutTable_h
 | 
|  
 | 
| +#include <memory>
 | 
|  #include "core/CSSPropertyNames.h"
 | 
|  #include "core/CoreExport.h"
 | 
|  #include "core/layout/LayoutBlock.h"
 | 
|  #include "core/style/CollapsedBorderValue.h"
 | 
|  #include "wtf/Vector.h"
 | 
| -#include <memory>
 | 
|  
 | 
|  namespace blink {
 | 
|  
 | 
| 
 |