| Index: Source/core/rendering/InlineFlowBox.cpp
|
| diff --git a/Source/core/rendering/InlineFlowBox.cpp b/Source/core/rendering/InlineFlowBox.cpp
|
| index 6c16700d31cc41fdb5287fed71bb96d91aa8ca31..79e544ca0831909438b197c3a2e2747636343b35 100644
|
| --- a/Source/core/rendering/InlineFlowBox.cpp
|
| +++ b/Source/core/rendering/InlineFlowBox.cpp
|
| @@ -21,9 +21,9 @@
|
| #include "core/rendering/InlineFlowBox.h"
|
|
|
| #include "CSSPropertyNames.h"
|
| -#include "Document.h"
|
| -#include "Text.h"
|
| -#include "WebCoreMemoryInstrumentation.h"
|
| +#include "core/dom/Document.h"
|
| +#include "core/dom/Text.h"
|
| +#include "core/dom/WebCoreMemoryInstrumentation.h"
|
| #include "core/loader/cache/CachedImage.h"
|
| #include "core/platform/graphics/Font.h"
|
| #include "core/platform/graphics/GraphicsContext.h"
|
|
|