| Index: third_party/WebKit/Source/core/events/EventQueue.h
|
| diff --git a/third_party/WebKit/Source/core/events/EventQueue.h b/third_party/WebKit/Source/core/events/EventQueue.h
|
| index 34c79edfe2c950c1c6c3759a3eb3a0b6d30b7f28..a40bb653cf293938a0cb20a18e4c6f9ccff0b858 100644
|
| --- a/third_party/WebKit/Source/core/events/EventQueue.h
|
| +++ b/third_party/WebKit/Source/core/events/EventQueue.h
|
| @@ -29,8 +29,8 @@
|
|
|
| #include "core/CoreExport.h"
|
| #include "platform/heap/Handle.h"
|
| -#include "wtf/HashMap.h"
|
| -#include "wtf/HashSet.h"
|
| +#include "platform/wtf/HashMap.h"
|
| +#include "platform/wtf/HashSet.h"
|
|
|
| namespace blink {
|
|
|
|
|