| Index: third_party/WebKit/Source/core/html/HTMLAreaElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLAreaElement.cpp b/third_party/WebKit/Source/core/html/HTMLAreaElement.cpp
|
| index 473710c19cdc80d1a0b768de36ded39f9ac6ac1f..0cb3951a418cd73bfb1a2445e9246c7068e416f5 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLAreaElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLAreaElement.cpp
|
| @@ -30,7 +30,7 @@
|
| #include "core/layout/LayoutImage.h"
|
| #include "platform/graphics/Path.h"
|
| #include "platform/transforms/AffineTransform.h"
|
| -#include "wtf/PtrUtil.h"
|
| +#include "platform/wtf/PtrUtil.h"
|
|
|
| namespace blink {
|
|
|
|
|