| Index: third_party/WebKit/Source/core/events/EventDispatcher.h
|
| diff --git a/third_party/WebKit/Source/core/events/EventDispatcher.h b/third_party/WebKit/Source/core/events/EventDispatcher.h
|
| index 56cd0fce21d34a4d2115c541d94a75e8e9df41db..7b205839801e94b6e4f7d44b958df8cfcc60c1ec 100644
|
| --- a/third_party/WebKit/Source/core/events/EventDispatcher.h
|
| +++ b/third_party/WebKit/Source/core/events/EventDispatcher.h
|
| @@ -31,8 +31,8 @@
|
| #include "core/dom/SimulatedClickOptions.h"
|
| #include "core/events/EventDispatchResult.h"
|
| #include "platform/heap/Handle.h"
|
| -#include "wtf/PassRefPtr.h"
|
| -#include "wtf/RefPtr.h"
|
| +#include "platform/wtf/PassRefPtr.h"
|
| +#include "platform/wtf/RefPtr.h"
|
|
|
| namespace blink {
|
|
|
|
|