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 5a07fe6a8073ddd4bfa86f48edf1c373bf42bb57..896b0f816867148d00fff8dc7e7993eda532cbf2 100644 |
--- a/net/tools/quic/end_to_end_test.cc |
+++ b/net/tools/quic/end_to_end_test.cc |
@@ -53,7 +53,7 @@ void GenerateBody(string* body, int length) { |
} |
-// Simple wrapper class to run GFE in a thread. |
+// Simple wrapper class to run server in a thread. |
class ServerThread : public base::SimpleThread { |
public: |
explicit ServerThread(IPEndPoint address) |