| Index: chrome/browser/printing/pdf_to_emf_converter.cc
|
| diff --git a/chrome/browser/printing/pdf_to_emf_converter.cc b/chrome/browser/printing/pdf_to_emf_converter.cc
|
| index bce69a6b5bf0cf0cb7ae3d7caedcd52f989a0784..21800ee6311e370862a549cded7790af4d4f50bf 100644
|
| --- a/chrome/browser/printing/pdf_to_emf_converter.cc
|
| +++ b/chrome/browser/printing/pdf_to_emf_converter.cc
|
| @@ -11,10 +11,13 @@
|
| #include "base/files/scoped_temp_dir.h"
|
| #include "base/logging.h"
|
| #include "chrome/common/chrome_utility_messages.h"
|
| +#include "chrome/common/chrome_utility_printing_messages.h"
|
| #include "content/public/browser/browser_thread.h"
|
| #include "content/public/browser/child_process_data.h"
|
| #include "content/public/browser/utility_process_host.h"
|
| #include "content/public/browser/utility_process_host_client.h"
|
| +#include "printing/page_range.h"
|
| +#include "printing/pdf_render_settings.h"
|
|
|
| namespace printing {
|
|
|
|
|