Index: net/quic/quic_session.h |
diff --git a/net/quic/quic_session.h b/net/quic/quic_session.h |
index 87aab24e810b77921a68de6743bee3369c908000..a8ed206989023e77303c2f6363dda5ccc9dbd8c6 100644 |
--- a/net/quic/quic_session.h |
+++ b/net/quic/quic_session.h |
@@ -171,7 +171,7 @@ class NET_EXPORT_PRIVATE QuicSession : public QuicConnectionVisitorInterface { |
// Returns true if the session has data to be sent, either queued in the |
// connection, or in a write-blocked stream. |
- bool HasQueuedData() const; |
+ bool HasDataToWrite() const; |
// Marks that |stream_id| is blocked waiting to decompress the |
// headers identified by |decompression_id|. |