| 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 4db648bed66387fb3dc61931da7d733ca407660c..df45a924a559b0bc06df798c05555322dc0ce159 100644
|
| --- a/chrome/browser/printing/pdf_to_emf_converter.cc
|
| +++ b/chrome/browser/printing/pdf_to_emf_converter.cc
|
| @@ -6,8 +6,8 @@
|
|
|
| #include "base/bind_helpers.h"
|
| #include "base/cancelable_callback.h"
|
| -#include "base/file_util.h"
|
| #include "base/files/file.h"
|
| +#include "base/files/file_util.h"
|
| #include "base/files/scoped_temp_dir.h"
|
| #include "base/logging.h"
|
| #include "chrome/common/chrome_utility_messages.h"
|
|
|