| Index: third_party/WebKit/Source/core/html/canvas/CanvasFontCache.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/canvas/CanvasFontCache.cpp b/third_party/WebKit/Source/core/html/canvas/CanvasFontCache.cpp
|
| index e8ba16af0f558877d86240fbec91fa86a376b67b..e5e7e5bf4f97ff9adabdd8b357b5911159d7e50b 100644
|
| --- a/third_party/WebKit/Source/core/html/canvas/CanvasFontCache.cpp
|
| +++ b/third_party/WebKit/Source/core/html/canvas/CanvasFontCache.cpp
|
| @@ -9,8 +9,8 @@
|
| #include "core/dom/Document.h"
|
| #include "core/style/ComputedStyle.h"
|
| #include "platform/fonts/FontCache.h"
|
| +#include "platform/wtf/PtrUtil.h"
|
| #include "public/platform/Platform.h"
|
| -#include "wtf/PtrUtil.h"
|
|
|
| namespace {
|
|
|
|
|