Chromium Code Reviews| Index: chrome/renderer/extensions/module_system_unittest.cc |
| =================================================================== |
| --- chrome/renderer/extensions/module_system_unittest.cc (revision 181040) |
| +++ chrome/renderer/extensions/module_system_unittest.cc (working copy) |
| @@ -38,7 +38,7 @@ |
| : handled_exception_(false) { |
| } |
| - virtual void HandleUncaughtException() { |
| + virtual void HandleUncaughtException() OVERRIDE { |
| handled_exception_ = true; |
| } |