| Index: Source/core/page/PrintContext.cpp
|
| diff --git a/Source/core/page/PrintContext.cpp b/Source/core/page/PrintContext.cpp
|
| index 8aa08d73176ace12f02e97a10a3887ef0751d88b..61a4f8adfd842d261be70e6ecfc6e50db7242c08 100644
|
| --- a/Source/core/page/PrintContext.cpp
|
| +++ b/Source/core/page/PrintContext.cpp
|
| @@ -23,8 +23,8 @@
|
|
|
| #include "core/frame/Frame.h"
|
| #include "core/frame/FrameView.h"
|
| -#include "core/platform/graphics/GraphicsContext.h"
|
| #include "core/rendering/RenderView.h"
|
| +#include "platform/graphics/GraphicsContext.h"
|
|
|
| namespace WebCore {
|
|
|
|
|