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

Unified Diff: sandbox/linux/seccomp-bpf/sandbox_bpf_test_runner.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
« no previous file with comments | « sandbox/linux/seccomp-bpf/sandbox_bpf.cc ('k') | sandbox/linux/seccomp-bpf/syscall_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sandbox/linux/seccomp-bpf/sandbox_bpf_test_runner.h
diff --git a/sandbox/linux/seccomp-bpf/sandbox_bpf_test_runner.h b/sandbox/linux/seccomp-bpf/sandbox_bpf_test_runner.h
index 3d220c83070e9200416f395dd0871ef2be807b61..8c12c7ffd61178170eb3ebd537e6496be90dc8de 100644
--- a/sandbox/linux/seccomp-bpf/sandbox_bpf_test_runner.h
+++ b/sandbox/linux/seccomp-bpf/sandbox_bpf_test_runner.h
@@ -45,9 +45,9 @@ class SandboxBPFTestRunner : public SandboxTestRunner {
explicit SandboxBPFTestRunner(BPFTesterDelegate* bpf_tester_delegate);
virtual ~SandboxBPFTestRunner();
- virtual void Run() OVERRIDE;
+ virtual void Run() override;
- virtual bool ShouldCheckForLeaks() const OVERRIDE;
+ virtual bool ShouldCheckForLeaks() const override;
private:
scoped_ptr<BPFTesterDelegate> bpf_tester_delegate_;
« no previous file with comments | « sandbox/linux/seccomp-bpf/sandbox_bpf.cc ('k') | sandbox/linux/seccomp-bpf/syscall_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698