| Index: chrome/browser/printing/print_system_task_proxy.cc
|
| diff --git a/chrome/browser/printing/print_system_task_proxy.cc b/chrome/browser/printing/print_system_task_proxy.cc
|
| index e85e0fead3dde2486a9d55eaa9c4637e9e7a0458..c7787cebc0e0df5bdc4900c38e73ca96666742a0 100644
|
| --- a/chrome/browser/printing/print_system_task_proxy.cc
|
| +++ b/chrome/browser/printing/print_system_task_proxy.cc
|
| @@ -110,6 +110,8 @@ void mark_lpoptions(const std::string& printer_name, ppd_file_t** ppd) {
|
| } // printing_internal namespace
|
| #endif
|
|
|
| +using content::BrowserThread;
|
| +
|
| namespace {
|
|
|
| const char kDisableColorOption[] = "disableColorOption";
|
|
|