| Index: net/quic/core/quic_header_list.cc
|
| diff --git a/net/quic/quic_header_list.cc b/net/quic/core/quic_header_list.cc
|
| similarity index 96%
|
| rename from net/quic/quic_header_list.cc
|
| rename to net/quic/core/quic_header_list.cc
|
| index 4d2f3f64bab022db0314ecae657d68747c94fbd1..15cd5ad371e2b1267268b884409a280fafca190c 100644
|
| --- a/net/quic/quic_header_list.cc
|
| +++ b/net/quic/core/quic_header_list.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/quic/quic_header_list.h"
|
| +#include "net/quic/core/quic_header_list.h"
|
|
|
| using std::string;
|
|
|
|
|