Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(266)

Unified Diff: extensions/renderer/module_system_unittest.cc

Issue 622343002: replace OVERRIDE and FINAL with override and final in extensions/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « extensions/renderer/module_system_test.cc ('k') | extensions/renderer/object_backed_native_handler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/renderer/module_system_unittest.cc
diff --git a/extensions/renderer/module_system_unittest.cc b/extensions/renderer/module_system_unittest.cc
index 10391b444d634102f0567c01b9959d6a946fdae1..ae8b8f2dfa2e3e0e9f09666db1ff3328ec5e76d4 100644
--- a/extensions/renderer/module_system_unittest.cc
+++ b/extensions/renderer/module_system_unittest.cc
@@ -36,7 +36,7 @@ class TestExceptionHandler : public ModuleSystem::ExceptionHandler {
public:
TestExceptionHandler() : handled_exception_(false) {}
- virtual void HandleUncaughtException(const v8::TryCatch& try_catch) OVERRIDE {
+ virtual void HandleUncaughtException(const v8::TryCatch& try_catch) override {
handled_exception_ = true;
}
« no previous file with comments | « extensions/renderer/module_system_test.cc ('k') | extensions/renderer/object_backed_native_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698