Chromium Code Reviews| Index: Source/core/dom/BeforeUnloadEvent.cpp |
| diff --git a/Source/core/dom/BeforeUnloadEvent.cpp b/Source/core/dom/BeforeUnloadEvent.cpp |
| index 19adcab30bd5e7ad08624b8e6571354b57c84fd7..25f7b0e99c1be90f85edfd7b23aab1c806b84555 100644 |
| --- a/Source/core/dom/BeforeUnloadEvent.cpp |
| +++ b/Source/core/dom/BeforeUnloadEvent.cpp |
| @@ -21,9 +21,9 @@ |
| */ |
| #include "config.h" |
| -#include "BeforeUnloadEvent.h" |
| +#include "core/dom/BeforeUnloadEvent.h" |
| -#include "EventNames.h" |
| +#include "core/dom/EventNames.h" |
| namespace WebCore { |