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

Unified Diff: sandbox/linux/seccomp-bpf-helpers/baseline_policy.h

Issue 628233002: replace OVERRIDE and FINAL with override and final in sandbox/ (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: sandbox/linux/seccomp-bpf-helpers/baseline_policy.h
diff --git a/sandbox/linux/seccomp-bpf-helpers/baseline_policy.h b/sandbox/linux/seccomp-bpf-helpers/baseline_policy.h
index 8e39d48ad0dd2121af9d29f32a217af7a2aa2626..6c0772d1482a1a85e1b8d1dfa3f69aea179e8c47 100644
--- a/sandbox/linux/seccomp-bpf-helpers/baseline_policy.h
+++ b/sandbox/linux/seccomp-bpf-helpers/baseline_policy.h
@@ -30,8 +30,8 @@ class SANDBOX_EXPORT BaselinePolicy : public bpf_dsl::SandboxBPFDSLPolicy {
virtual ~BaselinePolicy();
virtual bpf_dsl::ResultExpr EvaluateSyscall(
- int system_call_number) const OVERRIDE;
- virtual bpf_dsl::ResultExpr InvalidSyscall() const OVERRIDE;
+ int system_call_number) const override;
+ virtual bpf_dsl::ResultExpr InvalidSyscall() const override;
pid_t policy_pid() const { return policy_pid_; }
private:

Powered by Google App Engine
This is Rietveld 408576698