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

Unified Diff: content/shell/renderer/gc_controller.h

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/geolocation/shell_access_token_store.h ('k') | content/shell/renderer/ipc_echo.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/renderer/gc_controller.h
diff --git a/content/shell/renderer/gc_controller.h b/content/shell/renderer/gc_controller.h
index e8d0f1405623b96076cfaf9f4745832a298c4b82..1a57e80f5aa4b541459f510c53063ae454ee4cd8 100644
--- a/content/shell/renderer/gc_controller.h
+++ b/content/shell/renderer/gc_controller.h
@@ -29,7 +29,7 @@ class GCController : public gin::Wrappable<GCController> {
// gin::Wrappable.
virtual gin::ObjectTemplateBuilder GetObjectTemplateBuilder(
- v8::Isolate* isolate) OVERRIDE;
+ v8::Isolate* isolate) override;
void Collect(const gin::Arguments& args);
void CollectAll(const gin::Arguments& args);
« no previous file with comments | « content/shell/geolocation/shell_access_token_store.h ('k') | content/shell/renderer/ipc_echo.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698