| Index: net/spdy/core/hpack/hpack_entry.cc
|
| diff --git a/net/spdy/hpack/hpack_entry.cc b/net/spdy/core/hpack/hpack_entry.cc
|
| similarity index 98%
|
| rename from net/spdy/hpack/hpack_entry.cc
|
| rename to net/spdy/core/hpack/hpack_entry.cc
|
| index 582d55d209d06d84bdbf34ababc72a3c7c5d9651..c8ff3d5f530273ef545499914ec3cc1d72e75e14 100644
|
| --- a/net/spdy/hpack/hpack_entry.cc
|
| +++ b/net/spdy/core/hpack/hpack_entry.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_entry.h"
|
| +#include "net/spdy/core/hpack/hpack_entry.h"
|
|
|
| #include "base/logging.h"
|
| #include "base/strings/string_number_conversions.h"
|
|
|