| Index: public/web/WebDOMMessageEvent.h
|
| diff --git a/public/web/WebDOMMessageEvent.h b/public/web/WebDOMMessageEvent.h
|
| index 37919fd919aa07f75a042f9735b8ca08905aaaae..92623f1658989517f8839d4d18ecc25692f285c1 100644
|
| --- a/public/web/WebDOMMessageEvent.h
|
| +++ b/public/web/WebDOMMessageEvent.h
|
| @@ -30,9 +30,9 @@
|
| #ifndef WebDOMMessageEvent_h
|
| #define WebDOMMessageEvent_h
|
|
|
| -#include "public/platform/WebMessagePortChannel.h"
|
| -#include "public/web/WebDOMEvent.h"
|
| -#include "public/web/WebSerializedScriptValue.h"
|
| +#include "../platform/WebMessagePortChannel.h"
|
| +#include "WebDOMEvent.h"
|
| +#include "WebSerializedScriptValue.h"
|
|
|
| #if BLINK_IMPLEMENTATION
|
| #include "core/events/Event.h"
|
|
|