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

Unified Diff: net/tools/quic/quic_simple_server_test.cc

Issue 1036023002: Move remaining QUIC server files from net/quic/ to net/tools/quic/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 months 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
Index: net/tools/quic/quic_simple_server_test.cc
diff --git a/net/quic/quic_server_test.cc b/net/tools/quic/quic_simple_server_test.cc
similarity index 97%
copy from net/quic/quic_server_test.cc
copy to net/tools/quic/quic_simple_server_test.cc
index cac66b63b39ae35d9e3021f884e99d5148c55b2d..c5ed5ef5127c8d399d1ab3eb73d56204f7af1962 100644
--- a/net/quic/quic_server_test.cc
+++ b/net/tools/quic/quic_simple_server_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/quic_server.h"
+#include "net/tools/quic/quic_simple_server.h"
#include "net/quic/crypto/quic_random.h"
#include "net/quic/quic_utils.h"
« net/tools/quic/quic_server_bin.cc ('K') | « net/tools/quic/quic_simple_server_packet_writer.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698