DescriptionAdd some missing virtual destructors to base classes.
I started by adding virtual destructors to the following
classes:
base::FileTracing::Provider
base::internal::PostTaskAndReplyImpl
base::PostTaskAndReplyWorkerPool
base::TraceLog::EnabledStateObserver
But then that triggered a bunch of other errors in
downstream classes that are missing 'override', so I'm
updating those too.
BUG=none
Committed: https://crrev.com/99c5d9fb18a5f8dd987605e25859631fa0492dc1
Cr-Commit-Position: refs/heads/master@{#338509}
Patch Set 1 #Patch Set 2 : add missing override #Patch Set 3 : more overrides #Patch Set 4 : and another one #Patch Set 5 : sigh #Patch Set 6 : another one, now in content #Patch Set 7 : update V8SamplingProfiler #Messages
Total messages: 38 (17 generated)
|