| Index: chrome/browser/printing/print_preview_tab_controller.cc
|
| diff --git a/chrome/browser/printing/print_preview_tab_controller.cc b/chrome/browser/printing/print_preview_tab_controller.cc
|
| index 6dc23f6c0876fa33b864690a566524387edbfca7..763320be42fa13e4182360b7fb287dc70304acb9 100644
|
| --- a/chrome/browser/printing/print_preview_tab_controller.cc
|
| +++ b/chrome/browser/printing/print_preview_tab_controller.cc
|
| @@ -534,7 +534,7 @@ void PrintPreviewTabController::RemovePreviewTab(
|
| initiator_tab->print_view_manager()->PrintPreviewDone();
|
| }
|
|
|
| - // Print preview TabContents is destroyed. Notify |PrintPreviewUI| to abort
|
| + // Print preview WebContents is destroyed. Notify |PrintPreviewUI| to abort
|
| // the initiator tab preview request.
|
| PrintPreviewUI* print_preview_ui = static_cast<PrintPreviewUI*>(
|
| preview_tab->web_contents()->GetWebUI()->GetController());
|
|
|