| Index: chrome/browser/printing/print_preview_message_handler.cc
|
| diff --git a/chrome/browser/printing/print_preview_message_handler.cc b/chrome/browser/printing/print_preview_message_handler.cc
|
| index 55348f690136344dc8aced5d62e440acec05b314..8944de15ed62827bbf324e3307f99e1d0b4d196f 100644
|
| --- a/chrome/browser/printing/print_preview_message_handler.cc
|
| +++ b/chrome/browser/printing/print_preview_message_handler.cc
|
| @@ -26,6 +26,8 @@
|
| #include "printing/page_size_margins.h"
|
| #include "printing/print_job_constants.h"
|
|
|
| +using content::BrowserThread;
|
| +
|
| namespace {
|
|
|
| void StopWorker(int document_cookie) {
|
|
|