| Index: third_party/WebKit/Source/core/html/ClassList.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/ClassList.cpp b/third_party/WebKit/Source/core/html/ClassList.cpp
|
| index bf5576fb84330ecb27a4da3ec4b05d8bbbe8bf5d..5a749472c108ebb7740192554b389aafb9c618bf 100644
|
| --- a/third_party/WebKit/Source/core/html/ClassList.cpp
|
| +++ b/third_party/WebKit/Source/core/html/ClassList.cpp
|
| @@ -26,7 +26,7 @@
|
| #include "core/html/ClassList.h"
|
|
|
| #include "core/dom/Document.h"
|
| -#include "wtf/PtrUtil.h"
|
| +#include "platform/wtf/PtrUtil.h"
|
|
|
| namespace blink {
|
|
|
|
|