Fix building on Windows
This commit is contained in:
parent
4aa292c7cd
commit
6d8f900916
8 changed files with 12 additions and 11 deletions
|
@ -109,8 +109,6 @@ class PdfToEmfUtilityProcessHostClient
|
|||
|
||||
private:
|
||||
class GetPageCallbackData {
|
||||
MOVE_ONLY_TYPE_FOR_CPP_03(GetPageCallbackData);
|
||||
|
||||
public:
|
||||
GetPageCallbackData(int page_number,
|
||||
PdfToEmfConverter::GetPageCallback callback)
|
||||
|
|
|
@ -7,9 +7,10 @@
|
|||
#include <memory>
|
||||
|
||||
#include "base/bind.h"
|
||||
#include "components/prefs/pref_service.h"
|
||||
#include "base/memory/ref_counted_memory.h"
|
||||
#include "base/strings/utf_string_conversions.h"
|
||||
#include "base/timer/timer.h"
|
||||
#include "components/prefs/pref_service.h"
|
||||
#include "chrome/browser/browser_process.h"
|
||||
#include "chrome/browser/chrome_notification_types.h"
|
||||
#include "chrome/browser/printing/print_job.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue