Index: chrome/browser/extensions/user_script_master_unittest.cc |
=================================================================== |
--- chrome/browser/extensions/user_script_master_unittest.cc (revision 181040) |
+++ chrome/browser/extensions/user_script_master_unittest.cc (working copy) |
@@ -66,7 +66,7 @@ |
virtual void Observe(int type, |
const content::NotificationSource& source, |
- const content::NotificationDetails& details) { |
+ const content::NotificationDetails& details) OVERRIDE { |
DCHECK(type == chrome::NOTIFICATION_USER_SCRIPTS_UPDATED); |
shared_memory_ = content::Details<base::SharedMemory>(details).ptr(); |