Chromium Code Reviews| Index: Source/core/dom/ProgressEvent.cpp |
| diff --git a/Source/core/dom/ProgressEvent.cpp b/Source/core/dom/ProgressEvent.cpp |
| index 2df38731b693e011126070b91da6a320af85647b..18d698080bbab014f8fe3d6a01310342b0c078f4 100644 |
| --- a/Source/core/dom/ProgressEvent.cpp |
| +++ b/Source/core/dom/ProgressEvent.cpp |
| @@ -24,9 +24,9 @@ |
| */ |
| #include "config.h" |
| -#include "ProgressEvent.h" |
| +#include "core/dom/ProgressEvent.h" |
| -#include "EventNames.h" |
| +#include "core/dom/EventNames.h" |
| namespace WebCore { |