| Index: net/spdy/core/hpack/hpack_huffman_table_test.cc
|
| diff --git a/net/spdy/hpack/hpack_huffman_table_test.cc b/net/spdy/core/hpack/hpack_huffman_table_test.cc
|
| similarity index 98%
|
| rename from net/spdy/hpack/hpack_huffman_table_test.cc
|
| rename to net/spdy/core/hpack/hpack_huffman_table_test.cc
|
| index 3becdbb5c57d466e82049e1b158acdcec6b57b70..3539668989cacdfa804156e8fa6f62fb068cbbdb 100644
|
| --- a/net/spdy/hpack/hpack_huffman_table_test.cc
|
| +++ b/net/spdy/core/hpack/hpack_huffman_table_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_table.h"
|
| +#include "net/spdy/core/hpack/hpack_huffman_table.h"
|
|
|
| #include <stdint.h>
|
|
|
| @@ -11,11 +11,11 @@
|
|
|
| #include "base/logging.h"
|
| #include "base/macros.h"
|
| -#include "net/spdy/hpack/hpack_constants.h"
|
| -#include "net/spdy/hpack/hpack_huffman_decoder.h"
|
| -#include "net/spdy/hpack/hpack_input_stream.h"
|
| -#include "net/spdy/hpack/hpack_output_stream.h"
|
| -#include "net/spdy/spdy_test_utils.h"
|
| +#include "net/spdy/core/hpack/hpack_constants.h"
|
| +#include "net/spdy/core/hpack/hpack_huffman_decoder.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 "testing/gmock/include/gmock/gmock.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
|
|