| Index: third_party/WebKit/Source/core/dom/NthIndexCache.h
|
| diff --git a/third_party/WebKit/Source/core/dom/NthIndexCache.h b/third_party/WebKit/Source/core/dom/NthIndexCache.h
|
| index 3cf6b6670b882691934312300cd36bd3b33c3234..e44458b07224269350e0cb4ce762aa29409e3ee9 100644
|
| --- a/third_party/WebKit/Source/core/dom/NthIndexCache.h
|
| +++ b/third_party/WebKit/Source/core/dom/NthIndexCache.h
|
| @@ -8,7 +8,7 @@
|
| #include "core/CoreExport.h"
|
| #include "core/dom/Element.h"
|
| #include "platform/heap/Handle.h"
|
| -#include "wtf/HashMap.h"
|
| +#include "platform/wtf/HashMap.h"
|
|
|
| namespace blink {
|
|
|
|
|