| Index: components/printing/renderer/print_web_view_helper_pdf_win.cc
|
| diff --git a/components/printing/renderer/print_web_view_helper_pdf_win.cc b/components/printing/renderer/print_web_view_helper_pdf_win.cc
|
| index 1d07291a93a7dd705c55e8aa39385383ed6f3dcb..11401bf0d8e478e5177d98bb6b13326372e32bb8 100644
|
| --- a/components/printing/renderer/print_web_view_helper_pdf_win.cc
|
| +++ b/components/printing/renderer/print_web_view_helper_pdf_win.cc
|
| @@ -4,6 +4,9 @@
|
|
|
| #include "components/printing/renderer/print_web_view_helper.h"
|
|
|
| +#include <stddef.h>
|
| +#include <stdint.h>
|
| +
|
| #include "base/logging.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/process/process_handle.h"
|
|
|