Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(426)

Unified Diff: net/quic/core/frames/quic_frame_test.cc

Issue 2545543003: Split up quic_frames.{h,cc} into files for each frame type. (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/quic/core/frames/quic_frame.cc ('k') | net/quic/core/frames/quic_goaway_frame.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"
« no previous file with comments | « net/quic/core/frames/quic_frame.cc ('k') | net/quic/core/frames/quic_goaway_frame.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698