commit | 1790275fe70ec6f824a34632f2101b5256e5d218 | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Wed Aug 31 22:52:54 2011 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Wed Aug 31 22:52:54 2011 |
tree | 9877f7b7c8b25d7d2a0d7444e3703614b39663a5 | |
parent | b32613252ab076e3ac26d7ecb1c5af383de64da1 [diff] [blame] |
Remove obsolete TODO and add a bunch of OVERRIDEs. [email protected] Review URL: http://codereview.chromium.org/7806009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99070 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/chrome/browser/extensions/extension_event_router.h b/chrome/browser/extensions/extension_event_router.h index 99ca416..909d185 100644 --- a/chrome/browser/extensions/extension_event_router.h +++ b/chrome/browser/extensions/extension_event_router.h
@@ -10,6 +10,7 @@ #include <set> #include <string> +#include "base/compiler_specific.h" #include "base/memory/linked_ptr.h" #include "base/memory/ref_counted.h" #include "content/common/notification_observer.h" @@ -111,7 +112,7 @@ virtual void Observe(int type, const NotificationSource& source, - const NotificationDetails& details); + const NotificationDetails& details) OVERRIDE; Profile* profile_;