| 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 51ad1a3856d0029cc1dab4580eac66e0214bfee7..ec86a775c2ffc89c32bb8cee797096ad3f0567d0 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() override;
|
| + ~ParentTokenSerializer() override;
|
|
|
| void RegisterIOHandler();
|
| void BeginRead();
|
|
|