| Index: util/mach/exc_client_variants_test.cc
|
| diff --git a/util/mach/exc_client_variants_test.cc b/util/mach/exc_client_variants_test.cc
|
| index 82e6363d1a63dbe4ee4752da4dfc99ef816e516c..2b1c6324abd7cc0438d3807d4bc2d3d7867654e5 100644
|
| --- a/util/mach/exc_client_variants_test.cc
|
| +++ b/util/mach/exc_client_variants_test.cc
|
| @@ -133,7 +133,7 @@ class TestExcClientVariants : public UniversalMachExcServer,
|
| private:
|
| // MachMultiprocess:
|
|
|
| - virtual void MachMultiprocessParent() override {
|
| + void MachMultiprocessParent() override {
|
| kern_return_t kr = MachMessageServer::Run(this,
|
| LocalPort(),
|
| MACH_MSG_OPTION_NONE,
|
| @@ -146,7 +146,7 @@ class TestExcClientVariants : public UniversalMachExcServer,
|
| EXPECT_TRUE(handled_);
|
| }
|
|
|
| - virtual void MachMultiprocessChild() override {
|
| + void MachMultiprocessChild() override {
|
| const exception_type_t exception = exception_;
|
| const mach_exception_data_type_t code[] = {
|
| exception_code_,
|
|
|