| Index: net/quic/test_tools/quic_framer_peer.cc
|
| diff --git a/net/quic/test_tools/quic_framer_peer.cc b/net/quic/test_tools/quic_framer_peer.cc
|
| index aadecb6b73d9650ef8270186ba9fa83bb4420cfe..25e281f72b36cee9b3f02b771e2d9b64c3873c8e 100644
|
| --- a/net/quic/test_tools/quic_framer_peer.cc
|
| +++ b/net/quic/test_tools/quic_framer_peer.cc
|
| @@ -5,8 +5,8 @@
|
| #include "net/quic/test_tools/quic_framer_peer.h"
|
|
|
| #include "base/stl_util.h"
|
| -#include "net/quic/quic_framer.h"
|
| -#include "net/quic/quic_protocol.h"
|
| +#include "net/quic/core/quic_framer.h"
|
| +#include "net/quic/core/quic_protocol.h"
|
|
|
| namespace net {
|
| namespace test {
|
|
|