| Index: third_party/WebKit/Source/core/frame/EventHandlerRegistry.h
|
| diff --git a/third_party/WebKit/Source/core/frame/EventHandlerRegistry.h b/third_party/WebKit/Source/core/frame/EventHandlerRegistry.h
|
| index fbf62052081e8cec6f8feb3f08a1819d20ecf4f7..9c06400f9dceb706cec78213a53eac27fbab04a7 100644
|
| --- a/third_party/WebKit/Source/core/frame/EventHandlerRegistry.h
|
| +++ b/third_party/WebKit/Source/core/frame/EventHandlerRegistry.h
|
| @@ -7,7 +7,7 @@
|
|
|
| #include "core/CoreExport.h" // TODO(sashab): Remove this.
|
| #include "core/page/Page.h"
|
| -#include "wtf/HashCountedSet.h"
|
| +#include "platform/wtf/HashCountedSet.h"
|
|
|
| namespace blink {
|
|
|
|
|