| Index: third_party/WebKit/Source/core/dom/ElementDataCache.h
|
| diff --git a/third_party/WebKit/Source/core/dom/ElementDataCache.h b/third_party/WebKit/Source/core/dom/ElementDataCache.h
|
| index a797c7697d3a3458bd59a18821ac32aa8f55c552..3ce3f62fe83d327544a0247aad824d6bfc775c6d 100644
|
| --- a/third_party/WebKit/Source/core/dom/ElementDataCache.h
|
| +++ b/third_party/WebKit/Source/core/dom/ElementDataCache.h
|
| @@ -28,9 +28,9 @@
|
| #define ElementDataCache_h
|
|
|
| #include "platform/heap/Handle.h"
|
| -#include "wtf/HashMap.h"
|
| -#include "wtf/Vector.h"
|
| -#include "wtf/text/StringHash.h"
|
| +#include "platform/wtf/HashMap.h"
|
| +#include "platform/wtf/Vector.h"
|
| +#include "platform/wtf/text/StringHash.h"
|
|
|
| namespace blink {
|
|
|
|
|