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_menu_manager.h b/chrome/browser/extensions/extension_menu_manager.h index 0472225..af8345f 100644 --- a/chrome/browser/extensions/extension_menu_manager.h +++ b/chrome/browser/extensions/extension_menu_manager.h
@@ -12,6 +12,7 @@ #include <vector> #include "base/basictypes.h" +#include "base/compiler_specific.h" #include "base/gtest_prod_util.h" #include "base/memory/scoped_ptr.h" #include "base/string16.h" @@ -247,7 +248,7 @@ // Implements the NotificationObserver interface. virtual void Observe(int type, const NotificationSource& source, - const NotificationDetails& details); + const NotificationDetails& details) OVERRIDE; private: FRIEND_TEST_ALL_PREFIXES(ExtensionMenuManagerTest, DeleteParent);