Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(649)

Unified Diff: mojo/edk/system/parent_token_serializer_win.h

Issue 1470093004: Fix clang/win build more after https://codereview.chromium.org/1471123002 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: bleh Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « mojo/edk/system/parent_token_serializer_state_win.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « mojo/edk/system/parent_token_serializer_state_win.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698