| Index: net/quic/core/frames/quic_stream_frame.cc
 | 
| diff --git a/net/quic/core/frames/quic_stream_frame.cc b/net/quic/core/frames/quic_stream_frame.cc
 | 
| index 58ec40e515390eec4b33e4472f8892985f9bca11..734698b0542574d8df09d46df06cac40627fbcdf 100644
 | 
| --- a/net/quic/core/frames/quic_stream_frame.cc
 | 
| +++ b/net/quic/core/frames/quic_stream_frame.cc
 | 
| @@ -4,7 +4,7 @@
 | 
|  
 | 
|  #include "net/quic/core/frames/quic_stream_frame.h"
 | 
|  
 | 
| -#include "net/quic/platform/api/quic_logging.h"
 | 
| +#include "base/logging.h"
 | 
|  
 | 
|  using base::StringPiece;
 | 
|  
 | 
| 
 |