| Index: net/quic/core/quic_flags.cc
|
| diff --git a/net/quic/quic_flags.cc b/net/quic/core/quic_flags.cc
|
| similarity index 99%
|
| rename from net/quic/quic_flags.cc
|
| rename to net/quic/core/quic_flags.cc
|
| index c374f26c15fe925b60d6675dc5cd5e1efe5ed4f7..6e1c6f455cef0e525df5ba1cd092d0eab1f608b0 100644
|
| --- a/net/quic/quic_flags.cc
|
| +++ b/net/quic/core/quic_flags.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_flags.h"
|
| +#include "net/quic/core/quic_flags.h"
|
|
|
| // If true, it will return as soon as an error is detected while validating
|
| // CHLO.
|
|
|