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

Unified Diff: content/renderer/stats_collection_controller.h

Issue 670683003: Standardize usage of virtual/override/final in content/renderer/ (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/renderer/speech_recognition_dispatcher.h ('k') | content/renderer/stats_collection_observer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/stats_collection_controller.h
diff --git a/content/renderer/stats_collection_controller.h b/content/renderer/stats_collection_controller.h
index d847098bd89b290e2f4473a7c57ed6360f52fbc8..c36349c51a2dfdaf43297c3838ac7fac5dc5abf9 100644
--- a/content/renderer/stats_collection_controller.h
+++ b/content/renderer/stats_collection_controller.h
@@ -27,10 +27,10 @@ class StatsCollectionController
private:
StatsCollectionController();
- virtual ~StatsCollectionController();
+ ~StatsCollectionController() override;
// gin::WrappableBase
- virtual gin::ObjectTemplateBuilder GetObjectTemplateBuilder(
+ gin::ObjectTemplateBuilder GetObjectTemplateBuilder(
v8::Isolate* isolate) override;
// Retrieves a histogram and returns a JSON representation of it.
« no previous file with comments | « content/renderer/speech_recognition_dispatcher.h ('k') | content/renderer/stats_collection_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698