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

Unified Diff: content/common/sandbox_linux/bpf_renderer_policy_linux.h

Issue 630853003: Replace OVERRIDE and FINAL with override and final in content/common/[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
Index: content/common/sandbox_linux/bpf_renderer_policy_linux.h
diff --git a/content/common/sandbox_linux/bpf_renderer_policy_linux.h b/content/common/sandbox_linux/bpf_renderer_policy_linux.h
index e06e1115a80220d0e155e13e3d3f37b25d001cd5..34eb6eeafd34b4cd8b87a3a32d1e90a039d40f78 100644
--- a/content/common/sandbox_linux/bpf_renderer_policy_linux.h
+++ b/content/common/sandbox_linux/bpf_renderer_policy_linux.h
@@ -16,7 +16,7 @@ class RendererProcessPolicy : public SandboxBPFBasePolicy {
virtual ~RendererProcessPolicy();
virtual sandbox::bpf_dsl::ResultExpr EvaluateSyscall(
- int system_call_number) const OVERRIDE;
+ int system_call_number) const override;
private:
DISALLOW_COPY_AND_ASSIGN(RendererProcessPolicy);
« no previous file with comments | « content/common/sandbox_linux/bpf_ppapi_policy_linux.h ('k') | content/common/sandbox_linux/bpf_utility_policy_linux.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698