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

Unified Diff: content/child/resource_scheduling_filter.h

Issue 823713002: Standardize usage of virtual/override/final specifiers in content/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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
Index: content/child/resource_scheduling_filter.h
diff --git a/content/child/resource_scheduling_filter.h b/content/child/resource_scheduling_filter.h
index 49febb760f0eebfad932174c6adfdb599b497209..7ea73c90724d57e238e1950a225f3a90d1a207f4 100644
--- a/content/child/resource_scheduling_filter.h
+++ b/content/child/resource_scheduling_filter.h
@@ -29,7 +29,7 @@ class CONTENT_EXPORT ResourceSchedulingFilter : public IPC::MessageFilter {
std::vector<uint32>* supported_message_classes) const override;
protected:
- virtual ~ResourceSchedulingFilter();
+ ~ResourceSchedulingFilter() override;
void DispatchMessage(const IPC::Message& message);
« no previous file with comments | « content/browser/streams/stream_unittest.cc ('k') | content/renderer/gpu/compositor_external_begin_frame_source.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698