Index: chrome/browser/chrome_browser_main_posix.cc |
diff --git a/chrome/browser/chrome_browser_main_posix.cc b/chrome/browser/chrome_browser_main_posix.cc |
index f90bb57ef4e73c4a98834d6dabeec836019981fa..3140cb8a05c5ce3b8791462ff145d0c560a2d9ab 100644 |
--- a/chrome/browser/chrome_browser_main_posix.cc |
+++ b/chrome/browser/chrome_browser_main_posix.cc |
@@ -259,7 +259,7 @@ void ChromeBrowserMainPartsPosix::PostMainMessageLoopStart() { |
CHECK(sigaction(SIGHUP, &action, NULL) == 0); |
#if defined(TOOLKIT_USES_GTK) && !defined(OS_CHROMEOS) |
- printing::PrintingContextCairo::SetCreatePrintDialogFunction( |
+ printing::PrintingContextGtk::SetCreatePrintDialogFunction( |
&PrintDialogGtk::CreatePrintDialog); |
#endif |
} |