| Index: components/printing/renderer/print_web_view_helper_pdf_win.cc
|
| diff --git a/chrome/renderer/printing/print_web_view_helper_pdf_win.cc b/components/printing/renderer/print_web_view_helper_pdf_win.cc
|
| similarity index 98%
|
| rename from chrome/renderer/printing/print_web_view_helper_pdf_win.cc
|
| rename to components/printing/renderer/print_web_view_helper_pdf_win.cc
|
| index f382ff6baa2e3865cb900b0ea30c09a873ba0fe0..5809639905a8fcf5873064af38b72f11b30c4d9c 100644
|
| --- a/chrome/renderer/printing/print_web_view_helper_pdf_win.cc
|
| +++ b/components/printing/renderer/print_web_view_helper_pdf_win.cc
|
| @@ -2,12 +2,12 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "chrome/renderer/printing/print_web_view_helper.h"
|
| +#include "components/printing/renderer/print_web_view_helper.h"
|
|
|
| #include "base/logging.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/process/process_handle.h"
|
| -#include "chrome/common/print_messages.h"
|
| +#include "components/printing/common/print_messages.h"
|
| #include "content/public/renderer/render_thread.h"
|
| #include "printing/metafile_skia_wrapper.h"
|
| #include "printing/page_size_margins.h"
|
|
|