| Index: chrome/browser/extensions/extension_renderer_state.cc
|
| ===================================================================
|
| --- chrome/browser/extensions/extension_renderer_state.cc (revision 181040)
|
| +++ chrome/browser/extensions/extension_renderer_state.cc (working copy)
|
| @@ -35,13 +35,13 @@
|
| : public content::NotificationObserver {
|
| public:
|
| TabObserver();
|
| - ~TabObserver();
|
| + virtual ~TabObserver();
|
|
|
| private:
|
| // content::NotificationObserver interface.
|
| virtual void Observe(int type,
|
| const content::NotificationSource& source,
|
| - const content::NotificationDetails& details);
|
| + const content::NotificationDetails& details) OVERRIDE;
|
|
|
| content::NotificationRegistrar registrar_;
|
| };
|
|
|