Chromium Code Reviews| Index: Source/core/dom/EventFactory.h |
| diff --git a/Source/core/dom/EventFactory.h b/Source/core/dom/EventFactory.h |
| index adfcfb5c62300ecb99e8ecdd6dca52b6492f46ef..2436e3f0000f3c2349f422ce5add870c5b0011aa 100644 |
| --- a/Source/core/dom/EventFactory.h |
| +++ b/Source/core/dom/EventFactory.h |
| @@ -26,8 +26,8 @@ |
| #ifndef EventFactory_h |
| #define EventFactory_h |
| -#include <wtf/PassRefPtr.h> |
| -#include <wtf/text/AtomicString.h> |
| +#include "wtf/PassRefPtr.h" |
| +#include "wtf/text/AtomicString.h" |
| namespace WebCore { |