| Index: sandbox/win/src/ipc_unittest.cc
|
| diff --git a/sandbox/win/src/ipc_unittest.cc b/sandbox/win/src/ipc_unittest.cc
|
| index c41720da36a3237703058601cddb3ce348fa62de..a29de46aaddb8f002fae1fdb28886fd85737b43e 100644
|
| --- a/sandbox/win/src/ipc_unittest.cc
|
| +++ b/sandbox/win/src/ipc_unittest.cc
|
| @@ -564,7 +564,7 @@ class UnitTestIPCDispatcher : public Dispatcher {
|
| };
|
|
|
| UnitTestIPCDispatcher();
|
| - ~UnitTestIPCDispatcher() override{};
|
| + ~UnitTestIPCDispatcher() override {}
|
|
|
| bool SetupService(InterceptionManager* manager, int service) override {
|
| return true;
|
|
|