Chromium Code Reviews| Index: Source/core/dom/FocusEvent.h |
| diff --git a/Source/core/dom/FocusEvent.h b/Source/core/dom/FocusEvent.h |
| index 20c36cd3ef18d019bb416ffae028561a7cb79d9b..65dbfd5870d3ffa5cc76f28cefcb5ff126151088 100644 |
| --- a/Source/core/dom/FocusEvent.h |
| +++ b/Source/core/dom/FocusEvent.h |
| @@ -26,8 +26,8 @@ |
| #ifndef FocusEvent_h |
| #define FocusEvent_h |
| -#include "EventTarget.h" |
| -#include "UIEvent.h" |
| +#include "core/dom/EventTarget.h" |
| +#include "core/dom/UIEvent.h" |
| namespace WebCore { |