| Index: chrome/browser/printing/print_preview_dialog_controller_browsertest.cc
|
| diff --git a/chrome/browser/printing/print_preview_dialog_controller_browsertest.cc b/chrome/browser/printing/print_preview_dialog_controller_browsertest.cc
|
| index facedba11f5c9294c29b47b27d7ee59be0c048c5..b4402afa037e493046817fd586c2f090c3871294 100644
|
| --- a/chrome/browser/printing/print_preview_dialog_controller_browsertest.cc
|
| +++ b/chrome/browser/printing/print_preview_dialog_controller_browsertest.cc
|
| @@ -98,7 +98,7 @@ class PrintPreviewDialogDestroyedObserver : public WebContentsObserver {
|
| class PrintPreviewDialogControllerBrowserTest : public InProcessBrowserTest {
|
| public:
|
| PrintPreviewDialogControllerBrowserTest() : initiator_(NULL) {}
|
| - virtual ~PrintPreviewDialogControllerBrowserTest() {}
|
| + ~PrintPreviewDialogControllerBrowserTest() override {}
|
|
|
| WebContents* initiator() {
|
| return initiator_;
|
|
|