| Index: chrome/browser/plugin_updater.h
|
| diff --git a/chrome/browser/plugin_updater.h b/chrome/browser/plugin_updater.h
|
| index 78a3cd6b9393e750a9fde3620fc8066e495e18dd..ecdd1d5ee84077cbfd3e99a64f99d063b7b7c152 100644
|
| --- a/chrome/browser/plugin_updater.h
|
| +++ b/chrome/browser/plugin_updater.h
|
| @@ -41,9 +41,9 @@ class PluginUpdater : public NotificationObserver {
|
| void UpdatePreferences(Profile* profile, int delay_ms);
|
|
|
| // NotificationObserver method overrides
|
| - void Observe(NotificationType type,
|
| - const NotificationSource& source,
|
| - const NotificationDetails& details);
|
| + virtual void Observe(NotificationType type,
|
| + const NotificationSource& source,
|
| + const NotificationDetails& details);
|
|
|
| static PluginUpdater* GetPluginUpdater();
|
|
|
|
|