diff options
Diffstat (limited to 'chrome/browser/automation/testing_automation_provider.cc')
-rw-r--r-- | chrome/browser/automation/testing_automation_provider.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/browser/automation/testing_automation_provider.cc b/chrome/browser/automation/testing_automation_provider.cc index 45670f5..2bfddae 100644 --- a/chrome/browser/automation/testing_automation_provider.cc +++ b/chrome/browser/automation/testing_automation_provider.cc @@ -76,7 +76,7 @@ #include "chrome/browser/platform_util.h" #include "chrome/browser/plugins/plugin_prefs.h" #include "chrome/browser/prefs/pref_service.h" -#include "chrome/browser/printing/print_preview_tab_controller.h" +#include "chrome/browser/printing/print_preview_dialog_controller.h" #include "chrome/browser/profiles/profile.h" #include "chrome/browser/profiles/profile_info_cache.h" #include "chrome/browser/profiles/profile_manager.h" @@ -5959,8 +5959,8 @@ void TestingAutomationProvider::GetTabIds( void TestingAutomationProvider::GetViews( DictionaryValue* args, IPC::Message* reply_message) { ListValue* view_list = new ListValue(); - printing::PrintPreviewTabController* preview_controller = - printing::PrintPreviewTabController::GetInstance(); + printing::PrintPreviewDialogController* preview_controller = + printing::PrintPreviewDialogController::GetInstance(); BrowserList::const_iterator browser_iter = BrowserList::begin(); for (; browser_iter != BrowserList::end(); ++browser_iter) { Browser* browser = *browser_iter; |