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

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

Issue 2566783002: Various formatting cleanups to net/quic/crypto and net/quic/congestion_control (Closed)
Patch Set: Rebase 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/chromium/quic_http_stream_test.cc ('k') | net/quic/chromium/quic_server_info.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/chromium/quic_server_info.h
diff --git a/net/quic/core/crypto/quic_server_info.h b/net/quic/chromium/quic_server_info.h
similarity index 97%
rename from net/quic/core/crypto/quic_server_info.h
rename to net/quic/chromium/quic_server_info.h
index f214f2c0fbf60c81e02d3a07376070001200d95a..34c6f1e876c6adc94a739da3434c672ed27c4afc 100644
--- a/net/quic/core/crypto/quic_server_info.h
+++ b/net/quic/chromium/quic_server_info.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_CORE_CRYPTO_QUIC_SERVER_INFO_H_
-#define NET_QUIC_CORE_CRYPTO_QUIC_SERVER_INFO_H_
+#ifndef NET_QUIC_CHROMIUM_QUIC_SERVER_INFO_H_
+#define NET_QUIC_CHROMIUM_QUIC_SERVER_INFO_H_
#include <string>
#include <vector>
@@ -175,4 +175,4 @@ class QUIC_EXPORT_PRIVATE QuicServerInfoFactory {
} // namespace net
-#endif // NET_QUIC_CORE_CRYPTO_QUIC_SERVER_INFO_H_
+#endif // NET_QUIC_CHROMIUM_QUIC_SERVER_INFO_H_
« no previous file with comments | « net/quic/chromium/quic_http_stream_test.cc ('k') | net/quic/chromium/quic_server_info.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698