| Index: chrome/browser/printing/print_preview_dialog_controller.h
|
| diff --git a/chrome/browser/printing/print_preview_dialog_controller.h b/chrome/browser/printing/print_preview_dialog_controller.h
|
| index ecd2eadcd9589f550f83ee029d858cec0f6d9f0d..493e1c2e591e5127ec80cacf56edcf11ac7f493b 100644
|
| --- a/chrome/browser/printing/print_preview_dialog_controller.h
|
| +++ b/chrome/browser/printing/print_preview_dialog_controller.h
|
| @@ -62,9 +62,9 @@ class PrintPreviewDialogController
|
| base::Callback<void(content::WebContents*)> callback);
|
|
|
| // content::NotificationObserver implementation.
|
| - virtual void Observe(int type,
|
| - const content::NotificationSource& source,
|
| - const content::NotificationDetails& details) override;
|
| + void Observe(int type,
|
| + const content::NotificationSource& source,
|
| + const content::NotificationDetails& details) override;
|
|
|
| // Returns true if |contents| is a print preview dialog.
|
| static bool IsPrintPreviewDialog(content::WebContents* contents);
|
| @@ -88,7 +88,7 @@ class PrintPreviewDialogController
|
| typedef std::map<content::WebContents*, content::WebContents*>
|
| PrintPreviewDialogMap;
|
|
|
| - virtual ~PrintPreviewDialogController();
|
| + ~PrintPreviewDialogController() override;
|
|
|
| // Handler for the RENDERER_PROCESS_CLOSED notification. This is observed when
|
| // the initiator renderer crashed.
|
|
|