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

Unified Diff: runtime/bin/eventhandler_win.h

Issue 2830273002: [dart:io][windows] Implements RawSynchronousSocket (Closed)
Patch Set: Fix test and statuses Created 3 years, 8 months 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 | runtime/bin/sync_socket.h » ('j') | runtime/bin/sync_socket_macos.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/eventhandler_win.h
diff --git a/runtime/bin/eventhandler_win.h b/runtime/bin/eventhandler_win.h
index 93dd44c3edc2d5cf8d337b5f71bcc39ad851d34e..18b72561877ad48031c789f9aaf77b6ca2878db6 100644
--- a/runtime/bin/eventhandler_win.h
+++ b/runtime/bin/eventhandler_win.h
@@ -157,7 +157,6 @@ class OverlappedBuffer {
DISALLOW_COPY_AND_ASSIGN(OverlappedBuffer);
};
-
// Abstract super class for holding information on listen and connected
// sockets.
class Handle : public ReferenceCounted<Handle>, public DescriptorInfoBase {
« no previous file with comments | « no previous file | runtime/bin/sync_socket.h » ('j') | runtime/bin/sync_socket_macos.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698