| Index: net/http/bidirectional_stream.cc
|
| diff --git a/net/http/bidirectional_stream.cc b/net/http/bidirectional_stream.cc
|
| index a8fe3adb7f4743bccda1ce6d7c47c6ea84ba7315..ab4012ed373b7ae040fb7975c8f45c30acda255c 100644
|
| --- a/net/http/bidirectional_stream.cc
|
| +++ b/net/http/bidirectional_stream.cc
|
| @@ -25,9 +25,9 @@
|
| #include "net/log/net_log_capture_mode.h"
|
| #include "net/log/net_log_event_type.h"
|
| #include "net/log/net_log_source_type.h"
|
| -#include "net/spdy/spdy_header_block.h"
|
| -#include "net/spdy/spdy_http_utils.h"
|
| -#include "net/spdy/spdy_log_util.h"
|
| +#include "net/spdy/chromium/spdy_http_utils.h"
|
| +#include "net/spdy/chromium/spdy_log_util.h"
|
| +#include "net/spdy/core/spdy_header_block.h"
|
| #include "net/ssl/ssl_cert_request_info.h"
|
| #include "net/ssl/ssl_config.h"
|
| #include "url/gurl.h"
|
|
|