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

Unified Diff: net/BUILD.gn

Issue 2532083005: Rename QuicInMemoryCache to QuicHttpResponseCache. (Closed)
Patch Set: Created 4 years, 1 month 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/BUILD.gn
diff --git a/net/BUILD.gn b/net/BUILD.gn
index e61d0a908a9ca0d18d79d38ffb09d87676e900b1..a321af94460f5a3ec28b20194426c7edaa045841 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -1122,8 +1122,8 @@ source_set("simple_quic_tools") {
"tools/quic/quic_client_session.h",
"tools/quic/quic_dispatcher.cc",
"tools/quic/quic_dispatcher.h",
- "tools/quic/quic_in_memory_cache.cc",
- "tools/quic/quic_in_memory_cache.h",
+ "tools/quic/quic_http_response_cache.cc",
+ "tools/quic/quic_http_response_cache.h",
"tools/quic/quic_per_connection_packet_writer.cc",
"tools/quic/quic_per_connection_packet_writer.h",
"tools/quic/quic_process_packet_interface.h",

Powered by Google App Engine
This is Rietveld 408576698