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

Unified Diff: net/test/embedded_test_server/stream_listen_socket.h

Issue 1335423002: net: Remove 'libevent' from filenames. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review Created 5 years, 3 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 | « net/socket/unix_domain_server_socket_posix.cc ('k') | net/udp/udp_socket.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/test/embedded_test_server/stream_listen_socket.h
diff --git a/net/test/embedded_test_server/stream_listen_socket.h b/net/test/embedded_test_server/stream_listen_socket.h
index 02a8b9827a2ea7f42fd65a56899453baa1b2a433..efa8b2e4d483b6ab4d0376036e4dd0cb8a53722f 100644
--- a/net/test/embedded_test_server/stream_listen_socket.h
+++ b/net/test/embedded_test_server/stream_listen_socket.h
@@ -116,7 +116,7 @@ class StreamListenSocket :
void OnFileCanReadWithoutBlocking(int fd) override;
void OnFileCanWriteWithoutBlocking(int fd) override;
WaitState wait_state_;
- // The socket's libevent wrapper.
+ // The socket's posix wrapper.
base::MessageLoopForIO::FileDescriptorWatcher watcher_;
#endif
« no previous file with comments | « net/socket/unix_domain_server_socket_posix.cc ('k') | net/udp/udp_socket.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698