| Index: net/quic/platform/impl/quic_flags_impl.cc
|
| diff --git a/net/quic/core/quic_flags.cc b/net/quic/platform/impl/quic_flags_impl.cc
|
| similarity index 84%
|
| rename from net/quic/core/quic_flags.cc
|
| rename to net/quic/platform/impl/quic_flags_impl.cc
|
| index f53537db09014c8b05bd33fc0b5c19a9f2adfd6b..cd6ef4623424c56d2245714c3447479f531d531e 100644
|
| --- a/net/quic/core/quic_flags.cc
|
| +++ b/net/quic/platform/impl/quic_flags_impl.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/core/quic_flags.h"
|
| +#include "net/quic/platform/impl/quic_flags_impl.h"
|
|
|
| #define QUIC_FLAG(type, flag, value) type flag = value;
|
| #include "net/quic/core/quic_flags_list.h"
|
|
|