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 |