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

Unified Diff: components/domain_reliability/quic_error_mapping.h

Issue 2193073003: Move shared files in net/quic/ into net/quic/core/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: io_thread_unittest.cc Created 4 years, 5 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: components/domain_reliability/quic_error_mapping.h
diff --git a/components/domain_reliability/quic_error_mapping.h b/components/domain_reliability/quic_error_mapping.h
index 7d936eabc33cb3ea32a53d73ead00b356fbff89e..4d1146bbd4bfb4945ec2ad7bb139aa265bfec912 100644
--- a/components/domain_reliability/quic_error_mapping.h
+++ b/components/domain_reliability/quic_error_mapping.h
@@ -7,7 +7,7 @@
#include <string>
-#include "net/quic/quic_protocol.h"
+#include "net/quic/core/quic_protocol.h"
// N.B. This file and the .cc are separate from util.h/.cc so that they can be
// independently updated by folks working on QUIC when new errors are added.
« no previous file with comments | « components/cronet/url_request_context_config.cc ('k') | components/domain_reliability/quic_error_mapping.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698