| Index: net/quic/core/quic_utils.cc
|
| diff --git a/net/quic/quic_utils.cc b/net/quic/core/quic_utils.cc
|
| similarity index 99%
|
| rename from net/quic/quic_utils.cc
|
| rename to net/quic/core/quic_utils.cc
|
| index 9c0ca0c1c69a39205962e21ac8f3d110e8ac6760..130a91c3c158e2df0266e6a401b5424cde4b3f4e 100644
|
| --- a/net/quic/quic_utils.cc
|
| +++ b/net/quic/core/quic_utils.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_utils.h"
|
| +#include "net/quic/core/quic_utils.h"
|
|
|
| #include <ctype.h>
|
| #include <stdint.h>
|
| @@ -16,8 +16,8 @@
|
| #include "base/strings/string_split.h"
|
| #include "base/strings/stringprintf.h"
|
| #include "net/base/ip_address.h"
|
| -#include "net/quic/quic_flags.h"
|
| -#include "net/quic/quic_write_blocked_list.h"
|
| +#include "net/quic/core/quic_flags.h"
|
| +#include "net/quic/core/quic_write_blocked_list.h"
|
|
|
| using base::StringPiece;
|
| using std::string;
|
|
|