| Index: Source/core/html/HTMLQuoteElement.cpp
|
| diff --git a/Source/core/html/HTMLQuoteElement.cpp b/Source/core/html/HTMLQuoteElement.cpp
|
| index 51986c3bdd3356be5f3f1d5f6362835f78a17b56..e43af2b9f47b9e6d5a28a5dff50b590c4d277d4d 100644
|
| --- a/Source/core/html/HTMLQuoteElement.cpp
|
| +++ b/Source/core/html/HTMLQuoteElement.cpp
|
| @@ -23,9 +23,9 @@
|
| #include "config.h"
|
| #include "HTMLQuoteElement.h"
|
|
|
| -#include "Document.h"
|
| -#include "DocumentStyleSheetCollection.h"
|
| #include "HTMLNames.h"
|
| +#include "core/dom/Document.h"
|
| +#include "core/dom/DocumentStyleSheetCollection.h"
|
|
|
| namespace WebCore {
|
|
|
|
|