| 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 439e923186bf8a13c6896bae9eb1937004751cc2..d3f40f6e83a6d6c35c4aa7285b4c20b4e8a0ba36 100644
|
| --- a/third_party/WebKit/Source/core/html/canvas/CanvasFontCache.h
|
| +++ b/third_party/WebKit/Source/core/html/canvas/CanvasFontCache.h
|
| @@ -5,15 +5,15 @@
|
| #ifndef CanvasFontCache_h
|
| #define CanvasFontCache_h
|
|
|
| +#include <memory>
|
| #include "core/CoreExport.h"
|
| #include "core/css/StylePropertySet.h"
|
| #include "platform/fonts/Font.h"
|
| #include "platform/heap/Handle.h"
|
| +#include "platform/wtf/HashMap.h"
|
| +#include "platform/wtf/ListHashSet.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
| #include "public/platform/WebThread.h"
|
| -#include "wtf/HashMap.h"
|
| -#include "wtf/ListHashSet.h"
|
| -#include "wtf/text/WTFString.h"
|
| -#include <memory>
|
|
|
| namespace blink {
|
|
|
|
|