| Index: Source/core/rendering/RenderView.cpp
|
| diff --git a/Source/core/rendering/RenderView.cpp b/Source/core/rendering/RenderView.cpp
|
| index 7c84e7cc27c965edb80d02bb504fff97feb79f88..4245ddb0ad30f91a6c7387c71f2436ebf8470b61 100644
|
| --- a/Source/core/rendering/RenderView.cpp
|
| +++ b/Source/core/rendering/RenderView.cpp
|
| @@ -21,11 +21,11 @@
|
| #include "config.h"
|
| #include "core/rendering/RenderView.h"
|
|
|
| -#include "Document.h"
|
| -#include "Element.h"
|
| #include "HTMLFrameOwnerElement.h"
|
| #include "HTMLIFrameElement.h"
|
| -#include "WebCoreMemoryInstrumentation.h"
|
| +#include "core/dom/Document.h"
|
| +#include "core/dom/Element.h"
|
| +#include "core/dom/WebCoreMemoryInstrumentation.h"
|
| #include "core/page/Frame.h"
|
| #include "core/page/FrameView.h"
|
| #include "core/page/Page.h"
|
|
|