| Index: chrome/browser/browser_keyevents_browsertest.cc
|
| ===================================================================
|
| --- chrome/browser/browser_keyevents_browsertest.cc (revision 181040)
|
| +++ chrome/browser/browser_keyevents_browsertest.cc (working copy)
|
| @@ -108,7 +108,7 @@
|
|
|
| virtual void Observe(int type,
|
| const content::NotificationSource& source,
|
| - const content::NotificationDetails& details) {
|
| + const content::NotificationDetails& details) OVERRIDE {
|
| DCHECK(type == content::NOTIFICATION_DOM_OPERATION_RESPONSE);
|
| content::Details<DomOperationNotificationDetails> dom_op_details(details);
|
| // We might receive responses for other script execution, but we only
|
|
|