| Index: third_party/WebKit/Source/core/layout/TextAutosizer.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/TextAutosizer.cpp b/third_party/WebKit/Source/core/layout/TextAutosizer.cpp
|
| index 86f282f9a44d2798c3574db5f4d403884ebe11f7..f31a565234f6ccb0a0e3ea7b37751f9db8636d37 100644
|
| --- a/third_party/WebKit/Source/core/layout/TextAutosizer.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/TextAutosizer.cpp
|
| @@ -48,7 +48,7 @@
|
| #include "core/layout/api/LayoutAPIShim.h"
|
| #include "core/layout/api/LayoutViewItem.h"
|
| #include "core/page/Page.h"
|
| -#include "wtf/PtrUtil.h"
|
| +#include "platform/wtf/PtrUtil.h"
|
|
|
| namespace blink {
|
|
|
|
|