| Index: chrome/browser/extensions/permissions_updater.cc
|
| ===================================================================
|
| --- chrome/browser/extensions/permissions_updater.cc (revision 181040)
|
| +++ chrome/browser/extensions/permissions_updater.cc (working copy)
|
| @@ -62,7 +62,7 @@
|
| }
|
|
|
| // content::NotificationObserver:
|
| - void Observe(int type,
|
| + virtual void Observe(int type,
|
| const content::NotificationSource& source,
|
| const content::NotificationDetails& details) OVERRIDE {
|
| DCHECK_EQ(type, chrome::NOTIFICATION_PROFILE_DESTROYED);
|
|
|