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

Unified Diff: net/tools/quic/end_to_end_test.cc

Issue 344053002: Refactoring QuicClient so it doesn't own the epoll server it uses. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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 | net/tools/quic/quic_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/tools/quic/end_to_end_test.cc
diff --git a/net/tools/quic/end_to_end_test.cc b/net/tools/quic/end_to_end_test.cc
index 2ad7a3911014811af57c5a17849b83795ff8f254..5ccfad8cf5262efd67849f9cd6105c48faa86139 100644
--- a/net/tools/quic/end_to_end_test.cc
+++ b/net/tools/quic/end_to_end_test.cc
@@ -1065,7 +1065,7 @@ TEST_P(EndToEndTest, ConnectionMigrationClientPortChanged) {
IPEndPoint old_address = client_->client()->client_address();
// Stop listening on the old FD.
- EpollServer* eps = client_->client()->epoll_server();
+ EpollServer* eps = client_->epoll_server();
int old_fd = client_->client()->fd();
eps->UnregisterFD(old_fd);
// Create a new socket before closing the old one, which will result in a new
« no previous file with comments | « no previous file | net/tools/quic/quic_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698