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