| Index: public/web/WebDOMCustomEvent.h
|
| diff --git a/public/web/WebDOMCustomEvent.h b/public/web/WebDOMCustomEvent.h
|
| index 76ee49af197541c6d5d9b5830a1e2a0674a45e99..e6f2f6714098bf258b0e0d1ea46070d665c66b3d 100644
|
| --- a/public/web/WebDOMCustomEvent.h
|
| +++ b/public/web/WebDOMCustomEvent.h
|
| @@ -30,8 +30,8 @@
|
| #ifndef WebDOMCustomEvent_h
|
| #define WebDOMCustomEvent_h
|
|
|
| -#include "public/web/WebDOMEvent.h"
|
| -#include "public/web/WebSerializedScriptValue.h"
|
| +#include "WebDOMEvent.h"
|
| +#include "WebSerializedScriptValue.h"
|
|
|
| namespace blink {
|
|
|
|
|