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

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

Issue 1466423006: Fix clang/win build after https://codereview.chromium.org/1471123002 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « no previous file | 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 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();
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698