From d8ce31e1d2473c404aa59b1f29687d46d4f628cc Mon Sep 17 00:00:00 2001 From: "thestig@chromium.org" Date: Wed, 19 Dec 2012 05:09:21 +0000 Subject: Rename PrintPreviewTabController to PrintPreviewDialogController; Rename BrowserProcess::print_preview_tab_controller() to print_preview_dialog_controller(). BUG=163671 Review URL: https://codereview.chromium.org/11557030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@173856 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/test/base/testing_browser_process.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'chrome/test/base/testing_browser_process.h') diff --git a/chrome/test/base/testing_browser_process.h b/chrome/test/base/testing_browser_process.h index ab74c1c..1ce1d49 100644 --- a/chrome/test/base/testing_browser_process.h +++ b/chrome/test/base/testing_browser_process.h @@ -81,8 +81,8 @@ class TestingBrowserProcess : public BrowserProcess { virtual unsigned int ReleaseModule() OVERRIDE; virtual bool IsShuttingDown() OVERRIDE; virtual printing::PrintJobManager* print_job_manager() OVERRIDE; - virtual printing::PrintPreviewTabController* - print_preview_tab_controller() OVERRIDE; + virtual printing::PrintPreviewDialogController* + print_preview_dialog_controller() OVERRIDE; virtual printing::BackgroundPrintingManager* background_printing_manager() OVERRIDE; virtual const std::string& GetApplicationLocale() OVERRIDE; @@ -129,8 +129,8 @@ class TestingBrowserProcess : public BrowserProcess { scoped_ptr profile_manager_; scoped_ptr notification_ui_manager_; scoped_ptr background_printing_manager_; - scoped_refptr - print_preview_tab_controller_; + scoped_refptr + print_preview_dialog_controller_; scoped_ptr prerender_tracker_; scoped_ptr render_widget_snapshot_taker_; scoped_refptr sb_service_; -- cgit v1.1