| Index: net/quic/core/quic_packet_generator.cc
|
| diff --git a/net/quic/quic_packet_generator.cc b/net/quic/core/quic_packet_generator.cc
|
| similarity index 98%
|
| rename from net/quic/quic_packet_generator.cc
|
| rename to net/quic/core/quic_packet_generator.cc
|
| index b9814c5f5098450420a38d6e299d012995068413..b88c970bf4cb577f8d323f49988fea773c2a2401 100644
|
| --- a/net/quic/quic_packet_generator.cc
|
| +++ b/net/quic/core/quic_packet_generator.cc
|
| @@ -2,12 +2,12 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "net/quic/quic_packet_generator.h"
|
| +#include "net/quic/core/quic_packet_generator.h"
|
|
|
| #include "base/logging.h"
|
| -#include "net/quic/quic_bug_tracker.h"
|
| -#include "net/quic/quic_flags.h"
|
| -#include "net/quic/quic_utils.h"
|
| +#include "net/quic/core/quic_bug_tracker.h"
|
| +#include "net/quic/core/quic_flags.h"
|
| +#include "net/quic/core/quic_utils.h"
|
|
|
| using base::StringPiece;
|
|
|
|
|