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

Unified Diff: sandbox/linux/tests/sandbox_test_runner_function_pointer.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/syscall_unittest.cc ('k') | sandbox/mac/bootstrap_sandbox_unittest.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sandbox/linux/tests/sandbox_test_runner_function_pointer.h
diff --git a/sandbox/linux/tests/sandbox_test_runner_function_pointer.h b/sandbox/linux/tests/sandbox_test_runner_function_pointer.h
index 1cb709f14c34d7c33b7de66a7bc222920f229e41..f52db0c0aed90d986bc42b2b0295ad5f019944d3 100644
--- a/sandbox/linux/tests/sandbox_test_runner_function_pointer.h
+++ b/sandbox/linux/tests/sandbox_test_runner_function_pointer.h
@@ -13,8 +13,8 @@ namespace sandbox {
class SandboxTestRunnerFunctionPointer : public SandboxTestRunner {
public:
SandboxTestRunnerFunctionPointer(void (*function_to_run)(void));
- virtual ~SandboxTestRunnerFunctionPointer() OVERRIDE;
- virtual void Run() OVERRIDE;
+ virtual ~SandboxTestRunnerFunctionPointer() override;
+ virtual void Run() override;
private:
void (*function_to_run_)(void);
« no previous file with comments | « sandbox/linux/seccomp-bpf/syscall_unittest.cc ('k') | sandbox/mac/bootstrap_sandbox_unittest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698