| Index: third_party/WebKit/Source/core/events/DOMWindowEventQueue.h
|
| diff --git a/third_party/WebKit/Source/core/events/DOMWindowEventQueue.h b/third_party/WebKit/Source/core/events/DOMWindowEventQueue.h
|
| index b029051ebb58aa25a8f4bf94fbac107c591b9e7e..466902634c1d75632913691207ac40333bdc5193 100644
|
| --- a/third_party/WebKit/Source/core/events/DOMWindowEventQueue.h
|
| +++ b/third_party/WebKit/Source/core/events/DOMWindowEventQueue.h
|
| @@ -28,8 +28,8 @@
|
| #define DOMWindowEventQueue_h
|
|
|
| #include "core/events/EventQueue.h"
|
| -#include "wtf/HashSet.h"
|
| -#include "wtf/ListHashSet.h"
|
| +#include "platform/wtf/HashSet.h"
|
| +#include "platform/wtf/ListHashSet.h"
|
|
|
| namespace blink {
|
|
|
|
|