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

Unified Diff: sandbox/linux/tests/sandbox_test_runner_function_pointer.h

Issue 683113005: Update from chromium https://crrev.com/302282 (Closed) Base URL: git@github.com:domokit/mojo.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-helpers/syscall_parameters_restrictions_unittests.cc ('k') | skia/BUILD.gn » ('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 f52db0c0aed90d986bc42b2b0295ad5f019944d3..f2554f7443ce488eb1b83b14799a61ff6c48a283 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;
+ ~SandboxTestRunnerFunctionPointer() override;
+ void Run() override;
private:
void (*function_to_run_)(void);
« no previous file with comments | « sandbox/linux/seccomp-bpf-helpers/syscall_parameters_restrictions_unittests.cc ('k') | skia/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698