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

Unified Diff: content/shell/renderer/ipc_echo.cc

Issue 629143003: Replace OVERRIDE and FINAL with override and final in content/shell/[a-s]* (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 | « content/shell/renderer/gc_controller.h ('k') | content/shell/renderer/leak_detector.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/renderer/ipc_echo.cc
diff --git a/content/shell/renderer/ipc_echo.cc b/content/shell/renderer/ipc_echo.cc
index 5e41d98337fb09d12c4d425fbbd63bba80051118..0bbd922a104ad53b8c5205552e42563753732f3f 100644
--- a/content/shell/renderer/ipc_echo.cc
+++ b/content/shell/renderer/ipc_echo.cc
@@ -29,7 +29,7 @@ public:
private:
virtual gin::ObjectTemplateBuilder GetObjectTemplateBuilder(
- v8::Isolate*) OVERRIDE;
+ v8::Isolate*) override;
base::WeakPtr<IPCEcho> native_;
};
« no previous file with comments | « content/shell/renderer/gc_controller.h ('k') | content/shell/renderer/leak_detector.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698