Chromium Code Reviews| Index: Source/core/dom/ErrorEvent.cpp |
| diff --git a/Source/core/dom/ErrorEvent.cpp b/Source/core/dom/ErrorEvent.cpp |
| index 13f7ec61963b8cc2f6d98ad7513dff3327409a12..f9f46388ee091530b9622518242896b44e0b35b0 100644 |
| --- a/Source/core/dom/ErrorEvent.cpp |
| +++ b/Source/core/dom/ErrorEvent.cpp |
| @@ -29,9 +29,9 @@ |
| */ |
| #include "config.h" |
| -#include "ErrorEvent.h" |
| +#include "core/dom/ErrorEvent.h" |
| -#include "EventNames.h" |
| +#include "core/dom/EventNames.h" |
| namespace WebCore { |