| Index: third_party/WebKit/Source/core/html/HTMLDocument.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLDocument.h b/third_party/WebKit/Source/core/html/HTMLDocument.h
|
| index 47185136aeb427bceb816c0754c6b6d6f1cf9f5f..4aa2f25255f96c4d5f43f7492291bd44ad472e35 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLDocument.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLDocument.h
|
| @@ -25,7 +25,7 @@
|
|
|
| #include "core/dom/Document.h"
|
| #include "platform/loader/fetch/ResourceClient.h"
|
| -#include "wtf/HashCountedSet.h"
|
| +#include "platform/wtf/HashCountedSet.h"
|
|
|
| namespace blink {
|
|
|
|
|