| Index: third_party/WebKit/Source/core/html/canvas/CanvasFontCache.h
|
| diff --git a/third_party/WebKit/Source/core/html/canvas/CanvasFontCache.h b/third_party/WebKit/Source/core/html/canvas/CanvasFontCache.h
|
| index 26bfe6f523657dfd5f2b07486ca317935ab20074..08baae08af66db624c1717858ebe2725df7c351d 100644
|
| --- a/third_party/WebKit/Source/core/html/canvas/CanvasFontCache.h
|
| +++ b/third_party/WebKit/Source/core/html/canvas/CanvasFontCache.h
|
| @@ -5,6 +5,7 @@
|
| #ifndef CanvasFontCache_h
|
| #define CanvasFontCache_h
|
|
|
| +#include <memory>
|
| #include "core/CoreExport.h"
|
| #include "core/css/StylePropertySet.h"
|
| #include "platform/fonts/Font.h"
|
| @@ -13,7 +14,6 @@
|
| #include "wtf/HashMap.h"
|
| #include "wtf/ListHashSet.h"
|
| #include "wtf/text/WTFString.h"
|
| -#include <memory>
|
|
|
| namespace blink {
|
|
|
|
|