Index: chrome/browser/printing/print_dialog_cloud.cc |
=================================================================== |
--- chrome/browser/printing/print_dialog_cloud.cc (revision 115228) |
+++ chrome/browser/printing/print_dialog_cloud.cc (working copy) |
@@ -299,7 +299,7 @@ |
// Register for appropriate notifications, and re-direct the URL |
// to the real server URL, now that we've gotten an HTML dialog |
// going. |
- NavigationController* controller = &web_ui_->tab_contents()->controller(); |
+ NavigationController* controller = &web_ui_->tab_contents()->GetController(); |
NavigationEntry* pending_entry = controller->pending_entry(); |
if (pending_entry) { |
Profile* profile = Profile::FromWebUI(web_ui_); |