| Index: net/quic/core/frames/quic_frame_test.cc
|
| diff --git a/net/quic/core/quic_frames_test.cc b/net/quic/core/frames/quic_frame_test.cc
|
| similarity index 99%
|
| rename from net/quic/core/quic_frames_test.cc
|
| rename to net/quic/core/frames/quic_frame_test.cc
|
| index 53ed26fa8cdcc830bfa88eff45869a8291615cb3..3225d0e734b3e8f892473fb4b9496783d9167072 100644
|
| --- a/net/quic/core/quic_frames_test.cc
|
| +++ b/net/quic/core/frames/quic_frame_test.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_frames.h"
|
| +#include "net/quic/core/frames/quic_frame.h"
|
|
|
| #include "testing/gmock/include/gmock/gmock.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|