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

Unified Diff: content/common/sandbox_linux/bpf_gpu_policy_linux.cc

Issue 686523002: Standardize usage of virtual/override/final specifiers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase 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
Index: content/common/sandbox_linux/bpf_gpu_policy_linux.cc
diff --git a/content/common/sandbox_linux/bpf_gpu_policy_linux.cc b/content/common/sandbox_linux/bpf_gpu_policy_linux.cc
index 5f0f45ba57e87043a84e5e6ae393859cd261246c..6534157887c4077fb7c403fd54c9d2f9342592fa 100644
--- a/content/common/sandbox_linux/bpf_gpu_policy_linux.cc
+++ b/content/common/sandbox_linux/bpf_gpu_policy_linux.cc
@@ -122,9 +122,9 @@ class GpuBrokerProcessPolicy : public GpuProcessPolicy {
static sandbox::bpf_dsl::Policy* Create() {
return new GpuBrokerProcessPolicy();
}
- virtual ~GpuBrokerProcessPolicy() {}
+ ~GpuBrokerProcessPolicy() override {}
- virtual ResultExpr EvaluateSyscall(int system_call_number) const override;
+ ResultExpr EvaluateSyscall(int system_call_number) const override;
private:
GpuBrokerProcessPolicy() {}
« no previous file with comments | « content/common/sandbox_linux/bpf_gpu_policy_linux.h ('k') | content/common/sandbox_linux/bpf_ppapi_policy_linux.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698