Fix building on Windows

This commit is contained in:
Cheng Zhao 2016-09-06 19:55:18 +09:00
parent 4aa292c7cd
commit 6d8f900916
8 changed files with 12 additions and 11 deletions

View file

@ -109,8 +109,6 @@ class PdfToEmfUtilityProcessHostClient
private:
class GetPageCallbackData {
MOVE_ONLY_TYPE_FOR_CPP_03(GetPageCallbackData);
public:
GetPageCallbackData(int page_number,
PdfToEmfConverter::GetPageCallback callback)

View file

@ -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"