| Index: chrome/browser/printing/print_preview_tab_controller.h
|
| diff --git a/chrome/browser/printing/print_preview_tab_controller.h b/chrome/browser/printing/print_preview_tab_controller.h
|
| index b5ebb6b33962f878af84eb79902c6d73bb6b64a2..abd5056af98f04a144c4b6e0b384033cc0d31c1c 100644
|
| --- a/chrome/browser/printing/print_preview_tab_controller.h
|
| +++ b/chrome/browser/printing/print_preview_tab_controller.h
|
| @@ -60,7 +60,7 @@ class PrintPreviewTabController
|
| // content::NotificationObserver implementation.
|
| virtual void Observe(int type,
|
| const content::NotificationSource& source,
|
| - const content::NotificationDetails& details);
|
| + const content::NotificationDetails& details) OVERRIDE;
|
|
|
| // Returns true if |tab| is a print preview tab.
|
| static bool IsPrintPreviewTab(TabContentsWrapper* tab);
|
|
|