summaryrefslogtreecommitdiffstats
path: root/chrome/browser/printing/print_job_worker.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/printing/print_job_worker.h')
-rw-r--r--chrome/browser/printing/print_job_worker.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/printing/print_job_worker.h b/chrome/browser/printing/print_job_worker.h
index 0509a0f..3e25ec5 100644
--- a/chrome/browser/printing/print_job_worker.h
+++ b/chrome/browser/printing/print_job_worker.h
@@ -23,7 +23,7 @@ class PrintJobWorkerOwner;
// NOTIFY_PRINT_JOB_EVENT notifications, but they are generated through a
// NotificationTask task to be executed from the right thread, the UI thread.
// PrintJob always outlives its worker instance.
-class PrintJobWorker : public Thread {
+class PrintJobWorker : public base::Thread {
public:
PrintJobWorker(PrintJobWorkerOwner* owner);
~PrintJobWorker();