| Index: chrome/browser/chromeos/printing/cups_print_job_manager_impl.h
|
| diff --git a/chrome/browser/chromeos/printing/cups_print_job_manager_impl.h b/chrome/browser/chromeos/printing/cups_print_job_manager_impl.h
|
| index cdf723691dc5b914fc963c6fa435d7e120698592..1e2d9cee46dee8c790d0ff31d7f89ba16dee8e11 100644
|
| --- a/chrome/browser/chromeos/printing/cups_print_job_manager_impl.h
|
| +++ b/chrome/browser/chromeos/printing/cups_print_job_manager_impl.h
|
| @@ -11,7 +11,9 @@
|
| #include <unordered_map>
|
| #include <vector>
|
|
|
| +#include "base/memory/ref_counted.h"
|
| #include "base/memory/weak_ptr.h"
|
| +#include "base/sequenced_task_runner.h"
|
| #include "chrome/browser/chromeos/printing/cups_print_job.h"
|
| #include "chrome/browser/chromeos/printing/cups_print_job_manager.h"
|
| #include "chrome/browser/chromeos/printing/printers_manager.h"
|
| @@ -94,6 +96,7 @@ class CupsPrintJobManagerImpl : public CupsPrintJobManager,
|
|
|
| ::printing::CupsConnection cups_connection_;
|
| content::NotificationRegistrar registrar_;
|
| + scoped_refptr<base::SequencedTaskRunner> query_runner_;
|
| base::WeakPtrFactory<CupsPrintJobManagerImpl> weak_ptr_factory_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(CupsPrintJobManagerImpl);
|
|
|