| Index: net/spdy/core/hpack/hpack_decoder3.h
 | 
| diff --git a/net/spdy/hpack/hpack_decoder3.h b/net/spdy/core/hpack/hpack_decoder3.h
 | 
| similarity index 95%
 | 
| rename from net/spdy/hpack/hpack_decoder3.h
 | 
| rename to net/spdy/core/hpack/hpack_decoder3.h
 | 
| index 27e3604066484433d197ac9d349cc3ab93cf51f3..da9e5fb4e8a1061eaefadcf1163e390ab3c9838f 100644
 | 
| --- a/net/spdy/hpack/hpack_decoder3.h
 | 
| +++ b/net/spdy/core/hpack/hpack_decoder3.h
 | 
| @@ -19,11 +19,11 @@
 | 
|  #include "net/http2/hpack/decoder/http2_hpack_decoder.h"
 | 
|  #include "net/http2/hpack/hpack_string.h"
 | 
|  #include "net/http2/hpack/http2_hpack_constants.h"
 | 
| -#include "net/spdy/hpack/hpack_decoder_interface.h"
 | 
| -#include "net/spdy/hpack/hpack_header_table.h"
 | 
| +#include "net/spdy/core/hpack/hpack_decoder_interface.h"
 | 
| +#include "net/spdy/core/hpack/hpack_header_table.h"
 | 
| +#include "net/spdy/core/spdy_header_block.h"
 | 
| +#include "net/spdy/core/spdy_headers_handler_interface.h"
 | 
|  #include "net/spdy/platform/api/spdy_string_piece.h"
 | 
| -#include "net/spdy/spdy_header_block.h"
 | 
| -#include "net/spdy/spdy_headers_handler_interface.h"
 | 
|  
 | 
|  namespace net {
 | 
|  namespace test {
 | 
| 
 |