| Index: net/spdy/core/hpack/hpack_output_stream.cc
|
| diff --git a/net/spdy/hpack/hpack_output_stream.cc b/net/spdy/core/hpack/hpack_output_stream.cc
|
| similarity index 98%
|
| rename from net/spdy/hpack/hpack_output_stream.cc
|
| rename to net/spdy/core/hpack/hpack_output_stream.cc
|
| index c3673cb27e1501f0a23468590cdaa9cdda581e4d..6f01f64f104629fda68e0f62714d7e4d068018f0 100644
|
| --- a/net/spdy/hpack/hpack_output_stream.cc
|
| +++ b/net/spdy/core/hpack/hpack_output_stream.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_output_stream.h"
|
| +#include "net/spdy/core/hpack/hpack_output_stream.h"
|
|
|
| #include <utility>
|
|
|
|
|