diff options
Diffstat (limited to 'chrome/browser/printing/print_dialog_gtk.h')
-rw-r--r-- | chrome/browser/printing/print_dialog_gtk.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/chrome/browser/printing/print_dialog_gtk.h b/chrome/browser/printing/print_dialog_gtk.h index 7b95255..55dbb95 100644 --- a/chrome/browser/printing/print_dialog_gtk.h +++ b/chrome/browser/printing/print_dialog_gtk.h @@ -28,8 +28,8 @@ using printing::PrintingContextCairo; // Needs to be freed on the UI thread to clean up its GTK members variables. class PrintDialogGtk : public printing::PrintDialogGtkInterface, - public base::RefCountedThreadSafe<PrintDialogGtk, - BrowserThread::DeleteOnUIThread> { + public base::RefCountedThreadSafe< + PrintDialogGtk, content::BrowserThread::DeleteOnUIThread> { public: // Creates and returns a print dialog. static printing::PrintDialogGtkInterface* CreatePrintDialog( @@ -48,7 +48,8 @@ class PrintDialogGtk virtual void ReleaseDialog() OVERRIDE; private: - friend struct BrowserThread::DeleteOnThread<BrowserThread::UI>; + friend struct content::BrowserThread::DeleteOnThread< + content::BrowserThread::UI>; friend class DeleteTask<PrintDialogGtk>; explicit PrintDialogGtk(PrintingContextCairo* context); |