| Index: net/spdy/core/hpack/hpack_huffman_decoder_test.cc
|
| diff --git a/net/spdy/hpack/hpack_huffman_decoder_test.cc b/net/spdy/core/hpack/hpack_huffman_decoder_test.cc
|
| similarity index 96%
|
| rename from net/spdy/hpack/hpack_huffman_decoder_test.cc
|
| rename to net/spdy/core/hpack/hpack_huffman_decoder_test.cc
|
| index 6b86b5fb3c134d96d41e4f71e4afa6c9afb66c86..ddf1bcd1cd22d29e832f95695c071e78eaec4e5a 100644
|
| --- a/net/spdy/hpack/hpack_huffman_decoder_test.cc
|
| +++ b/net/spdy/core/hpack/hpack_huffman_decoder_test.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "net/spdy/hpack/hpack_huffman_decoder.h"
|
| +#include "net/spdy/core/hpack/hpack_huffman_decoder.h"
|
|
|
| #include <bitset>
|
| #include <limits>
|
| @@ -10,12 +10,12 @@
|
| #include "base/logging.h"
|
| #include "base/macros.h"
|
| #include "base/rand_util.h"
|
| -#include "net/spdy/hpack/hpack_constants.h"
|
| -#include "net/spdy/hpack/hpack_huffman_table.h"
|
| -#include "net/spdy/hpack/hpack_input_stream.h"
|
| -#include "net/spdy/hpack/hpack_output_stream.h"
|
| +#include "net/spdy/core/hpack/hpack_constants.h"
|
| +#include "net/spdy/core/hpack/hpack_huffman_table.h"
|
| +#include "net/spdy/core/hpack/hpack_input_stream.h"
|
| +#include "net/spdy/core/hpack/hpack_output_stream.h"
|
| +#include "net/spdy/core/spdy_test_utils.h"
|
| #include "net/spdy/platform/api/spdy_string_piece.h"
|
| -#include "net/spdy/spdy_test_utils.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| namespace net {
|
|
|