| Index: net/spdy/core/hpack/hpack_header_table.h | 
| diff --git a/net/spdy/hpack/hpack_header_table.h b/net/spdy/core/hpack/hpack_header_table.h | 
| similarity index 99% | 
| rename from net/spdy/hpack/hpack_header_table.h | 
| rename to net/spdy/core/hpack/hpack_header_table.h | 
| index 0cbef3268d1407dfd5d3b88aebc6cbd92a8bff06..d6f2b91bd0461c328a63bbf12512b69f156fea32 100644 | 
| --- a/net/spdy/hpack/hpack_header_table.h | 
| +++ b/net/spdy/core/hpack/hpack_header_table.h | 
| @@ -13,7 +13,7 @@ | 
|  | 
| #include "base/macros.h" | 
| #include "net/base/net_export.h" | 
| -#include "net/spdy/hpack/hpack_entry.h" | 
| +#include "net/spdy/core/hpack/hpack_entry.h" | 
| #include "net/spdy/platform/api/spdy_string_piece.h" | 
|  | 
| // All section references below are to http://tools.ietf.org/html/rfc7541. | 
|  |