| Index: net/spdy/core/hpack/hpack_output_stream.h
|
| diff --git a/net/spdy/hpack/hpack_output_stream.h b/net/spdy/core/hpack/hpack_output_stream.h
|
| similarity index 98%
|
| rename from net/spdy/hpack/hpack_output_stream.h
|
| rename to net/spdy/core/hpack/hpack_output_stream.h
|
| index 2748540565abda9b07173eed3102bc5f35a7c024..c4befc4fe12fe0b222e47cebb1a6cb624b8fbf34 100644
|
| --- a/net/spdy/hpack/hpack_output_stream.h
|
| +++ b/net/spdy/core/hpack/hpack_output_stream.h
|
| @@ -12,7 +12,7 @@
|
|
|
| #include "base/macros.h"
|
| #include "net/base/net_export.h"
|
| -#include "net/spdy/hpack/hpack_constants.h"
|
| +#include "net/spdy/core/hpack/hpack_constants.h"
|
| #include "net/spdy/platform/api/spdy_string.h"
|
| #include "net/spdy/platform/api/spdy_string_piece.h"
|
|
|
|
|