diff options
Diffstat (limited to 'chrome/browser/printing/print_system_task_proxy.h')
-rw-r--r-- | chrome/browser/printing/print_system_task_proxy.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/chrome/browser/printing/print_system_task_proxy.h b/chrome/browser/printing/print_system_task_proxy.h index 5158754..512a7bb 100644 --- a/chrome/browser/printing/print_system_task_proxy.h +++ b/chrome/browser/printing/print_system_task_proxy.h @@ -37,8 +37,8 @@ void parse_lpoptions(const FilePath& filepath, const std::string& printer_name, #endif class PrintSystemTaskProxy - : public base::RefCountedThreadSafe<PrintSystemTaskProxy, - BrowserThread::DeleteOnUIThread> { + : public base::RefCountedThreadSafe< + PrintSystemTaskProxy, content::BrowserThread::DeleteOnUIThread> { public: PrintSystemTaskProxy(const base::WeakPtr<PrintPreviewHandler>& handler, printing::PrintBackend* print_backend, @@ -51,7 +51,8 @@ class PrintSystemTaskProxy void GetPrinterCapabilities(const std::string& printer_name); private: - friend struct BrowserThread::DeleteOnThread<BrowserThread::UI>; + friend struct content::BrowserThread::DeleteOnThread< + content::BrowserThread::UI>; friend class DeleteTask<PrintSystemTaskProxy>; void SendDefaultPrinter(const base::StringValue* default_printer, |