| Index: sandbox/win/src/registry_dispatcher.h
|
| diff --git a/sandbox/win/src/registry_dispatcher.h b/sandbox/win/src/registry_dispatcher.h
|
| index 14411fa6ffebbdc3f6ea4f91c357ad5898831351..83811a9cd66831d31f7f968b87f81145924bf2ea 100644
|
| --- a/sandbox/win/src/registry_dispatcher.h
|
| +++ b/sandbox/win/src/registry_dispatcher.h
|
| @@ -16,10 +16,10 @@ namespace sandbox {
|
| class RegistryDispatcher : public Dispatcher {
|
| public:
|
| explicit RegistryDispatcher(PolicyBase* policy_base);
|
| - ~RegistryDispatcher() {}
|
| + ~RegistryDispatcher() override {}
|
|
|
| // Dispatcher interface.
|
| - virtual bool SetupService(InterceptionManager* manager, int service);
|
| + bool SetupService(InterceptionManager* manager, int service) override;
|
|
|
| private:
|
| // Processes IPC requests coming from calls to NtCreateKey in the target.
|
|
|