| Index: mojo/edk/system/parent_token_serializer_win.h
|
| diff --git a/mojo/edk/system/parent_token_serializer_win.h b/mojo/edk/system/parent_token_serializer_win.h
|
| index e185832372dabf140c407a50500965502b574ebe..51ad1a3856d0029cc1dab4580eac66e0214bfee7 100644
|
| --- a/mojo/edk/system/parent_token_serializer_win.h
|
| +++ b/mojo/edk/system/parent_token_serializer_win.h
|
| @@ -29,7 +29,7 @@ class MOJO_SYSTEM_IMPL_EXPORT ParentTokenSerializer
|
| ParentTokenSerializer(HANDLE child_process, ScopedPlatformHandle pipe);
|
|
|
| private:
|
| - virtual ~ParentTokenSerializer();
|
| + virtual ~ParentTokenSerializer() override;
|
|
|
| void RegisterIOHandler();
|
| void BeginRead();
|
|
|