| Index: sky/engine/core/events/EventDispatchMediator.h
|
| diff --git a/sky/engine/core/events/EventDispatchMediator.h b/sky/engine/core/events/EventDispatchMediator.h
|
| index d5a7fa9751d996fda73a7871f0e977ced5bf0f4c..95f6a084c6d968a98905b1b5ea426659327469cc 100644
|
| --- a/sky/engine/core/events/EventDispatchMediator.h
|
| +++ b/sky/engine/core/events/EventDispatchMediator.h
|
| @@ -31,10 +31,10 @@
|
| #ifndef EventDispatchMediator_h
|
| #define EventDispatchMediator_h
|
|
|
| -#include "platform/heap/Handle.h"
|
| -#include "wtf/PassRefPtr.h"
|
| -#include "wtf/RefCounted.h"
|
| -#include "wtf/RefPtr.h"
|
| +#include "sky/engine/platform/heap/Handle.h"
|
| +#include "sky/engine/wtf/PassRefPtr.h"
|
| +#include "sky/engine/wtf/RefCounted.h"
|
| +#include "sky/engine/wtf/RefPtr.h"
|
|
|
| namespace blink {
|
|
|
|
|