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

Unified Diff: net/quic/chromium/quic_stream_factory_peer.h

Issue 2783143004: Move QuicStreamFactoryPeer from net/quic/test_tools/ to net/quic/chromium/ (Closed)
Patch Set: Created 3 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
« no previous file with comments | « net/http/http_stream_factory_impl_unittest.cc ('k') | net/quic/chromium/quic_stream_factory_peer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/chromium/quic_stream_factory_peer.h
diff --git a/net/quic/test_tools/quic_stream_factory_peer.h b/net/quic/chromium/quic_stream_factory_peer.h
similarity index 95%
rename from net/quic/test_tools/quic_stream_factory_peer.h
rename to net/quic/chromium/quic_stream_factory_peer.h
index 3387e1fe6915ace36c0cbee19561cbfe9fbe78ec..d044945cfc2fcdf92bc7d7541bfcd24656dc4f8d 100644
--- a/net/quic/test_tools/quic_stream_factory_peer.h
+++ b/net/quic/chromium/quic_stream_factory_peer.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef NET_QUIC_TEST_TOOLS_QUIC_STREAM_FACTORY_PEER_H_
-#define NET_QUIC_TEST_TOOLS_QUIC_STREAM_FACTORY_PEER_H_
+#ifndef NET_QUIC_CHROMIUM_QUIC_STREAM_FACTORY_PEER_H_
+#define NET_QUIC_CHROMIUM_QUIC_STREAM_FACTORY_PEER_H_
#include <stddef.h>
#include <stdint.h>
@@ -110,4 +110,4 @@ class QuicStreamFactoryPeer {
} // namespace test
} // namespace net
-#endif // NET_QUIC_TEST_TOOLS_QUIC_STREAM_FACTORY_PEER_H_
+#endif // NET_QUIC_CHROMIUM_QUIC_STREAM_FACTORY_PEER_H_
« no previous file with comments | « net/http/http_stream_factory_impl_unittest.cc ('k') | net/quic/chromium/quic_stream_factory_peer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698