| Index: Source/core/html/HTMLTableCaptionElement.cpp
|
| diff --git a/Source/core/html/HTMLTableCaptionElement.cpp b/Source/core/html/HTMLTableCaptionElement.cpp
|
| index dfa9311cca1bca7bfb4d06f63f15afc3282d26f8..872845f736f4a8cd91785019f3b61a1a7649dfc0 100644
|
| --- a/Source/core/html/HTMLTableCaptionElement.cpp
|
| +++ b/Source/core/html/HTMLTableCaptionElement.cpp
|
| @@ -25,8 +25,8 @@
|
| #include "config.h"
|
| #include "core/html/HTMLTableCaptionElement.h"
|
|
|
| -#include "CSSPropertyNames.h"
|
| -#include "HTMLNames.h"
|
| +#include "core/CSSPropertyNames.h"
|
| +#include "core/HTMLNames.h"
|
|
|
| namespace WebCore {
|
|
|
|
|