| Index: chrome/browser/tab_contents/tab_contents.cc
|
| ===================================================================
|
| --- chrome/browser/tab_contents/tab_contents.cc (revision 71344)
|
| +++ chrome/browser/tab_contents/tab_contents.cc (working copy)
|
| @@ -53,7 +53,7 @@
|
| #include "chrome/browser/plugin_installer.h"
|
| #include "chrome/browser/prefs/pref_service.h"
|
| #include "chrome/browser/prerender/prerender_manager.h"
|
| -#include "chrome/browser/printing/print_preview_tab_controller.h"
|
| +#include "chrome/browser/printing/print_preview_manager.h"
|
| #include "chrome/browser/printing/print_view_manager.h"
|
| #include "chrome/browser/profiles/profile.h"
|
| #include "chrome/browser/renderer_host/render_process_host.h"
|
| @@ -2774,7 +2774,7 @@
|
|
|
| if (delegate()) {
|
| bool is_print_preview_tab =
|
| - printing::PrintPreviewTabController::IsPrintPreviewTab(this);
|
| + printing::PrintPreviewManager::IsPrintPreviewTab(this);
|
| if (content_restrictions_ || is_print_preview_tab) {
|
| content_restrictions_= is_print_preview_tab ?
|
| CONTENT_RESTRICTION_PRINT : 0;
|
|
|