| Index: sandbox/win/src/filesystem_dispatcher.h
|
| diff --git a/sandbox/win/src/filesystem_dispatcher.h b/sandbox/win/src/filesystem_dispatcher.h
|
| index 935a084bc8ddf21a57eddf5c71349d38fd21512d..192d36cab035b278c8f03f7ec0c4e5d065911847 100644
|
| --- a/sandbox/win/src/filesystem_dispatcher.h
|
| +++ b/sandbox/win/src/filesystem_dispatcher.h
|
| @@ -16,10 +16,10 @@ namespace sandbox {
|
| class FilesystemDispatcher : public Dispatcher {
|
| public:
|
| explicit FilesystemDispatcher(PolicyBase* policy_base);
|
| - ~FilesystemDispatcher() {}
|
| + ~FilesystemDispatcher() 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 NtCreateFile in the target.
|
|
|