| Index: chrome/renderer/printing/print_web_view_helper_mac.mm
|
| diff --git a/chrome/renderer/printing/print_web_view_helper_mac.mm b/chrome/renderer/printing/print_web_view_helper_mac.mm
|
| index 200ccaa4d3d0113a25ee7035b40c88ad0a23e9db..e827def69f37076c491df3f90cd04ce80dacb3b4 100644
|
| --- a/chrome/renderer/printing/print_web_view_helper_mac.mm
|
| +++ b/chrome/renderer/printing/print_web_view_helper_mac.mm
|
| @@ -16,7 +16,7 @@
|
| #include "printing/page_size_margins.h"
|
| #include "skia/ext/platform_device.h"
|
| #include "skia/ext/vector_canvas.h"
|
| -#include "third_party/WebKit/Source/Platform/chromium/public/WebCanvas.h"
|
| +#include "third_party/WebKit/public/platform/WebCanvas.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebFrame.h"
|
|
|
| namespace printing {
|
|
|