| Index: net/quic/chromium/quic_http_stream.cc
|
| diff --git a/net/quic/chromium/quic_http_stream.cc b/net/quic/chromium/quic_http_stream.cc
|
| index 7f96c3ec5525e47a049abdf212d0fbdd72ed5e71..0da831aa3a3231206c0501a42004fb9ba3857def 100644
|
| --- a/net/quic/chromium/quic_http_stream.cc
|
| +++ b/net/quic/chromium/quic_http_stream.cc
|
| @@ -23,9 +23,9 @@
|
| #include "net/quic/core/quic_utils.h"
|
| #include "net/quic/core/spdy_utils.h"
|
| #include "net/quic/platform/api/quic_string_piece.h"
|
| -#include "net/spdy/spdy_frame_builder.h"
|
| -#include "net/spdy/spdy_framer.h"
|
| -#include "net/spdy/spdy_http_utils.h"
|
| +#include "net/spdy/chromium/spdy_http_utils.h"
|
| +#include "net/spdy/core/spdy_frame_builder.h"
|
| +#include "net/spdy/core/spdy_framer.h"
|
| #include "net/ssl/ssl_info.h"
|
|
|
| namespace net {
|
|
|