Commit b7bf2ad1 authored by Bence Béky's avatar Bence Béky Committed by Commit Bot

Fix newlines at end of files.

Make sure every .h and .cc file in //net ends in exactly one newline
character.

Change-Id: I5c7777055705e6a881b37f8f8386880dd810e9fc
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1576437Reviewed-by: default avatarPaul Jensen <pauljensen@chromium.org>
Commit-Queue: Bence Béky <bnc@chromium.org>
Cr-Commit-Position: refs/heads/master@{#652843}
parent 4fe0a52c
...@@ -26,4 +26,3 @@ jboolean JNI_HttpUtil_IsAllowedHeader( ...@@ -26,4 +26,3 @@ jboolean JNI_HttpUtil_IsAllowedHeader(
} }
} // namespace net } // namespace net
...@@ -23,4 +23,4 @@ MATCHER_P(MatchesCookieLine, cookie_line, "") { ...@@ -23,4 +23,4 @@ MATCHER_P(MatchesCookieLine, cookie_line, "") {
} // namespace net } // namespace net
#endif // NET_COOKIES_CANONICAL_COOKIE_TEST_HELPERS_H_ #endif // NET_COOKIES_CANONICAL_COOKIE_TEST_HELPERS_H_
\ No newline at end of file
...@@ -33,4 +33,4 @@ std::unique_ptr<DnsConfigService> DnsConfigService::CreateSystemService() { ...@@ -33,4 +33,4 @@ std::unique_ptr<DnsConfigService> DnsConfigService::CreateSystemService() {
return std::make_unique<internal::DnsConfigServiceFuchsia>(); return std::make_unique<internal::DnsConfigServiceFuchsia>();
} }
} // namespace net } // namespace net
\ No newline at end of file
...@@ -21,4 +21,4 @@ extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) { ...@@ -21,4 +21,4 @@ extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) {
result = base::ToLowerASCII(result); result = base::ToLowerASCII(result);
return 0; return 0;
} }
\ No newline at end of file
...@@ -48,4 +48,4 @@ ProxyConfigWithAnnotation::ProxyConfigWithAnnotation( ...@@ -48,4 +48,4 @@ ProxyConfigWithAnnotation::ProxyConfigWithAnnotation(
traffic_annotation_( traffic_annotation_(
MutableNetworkTrafficAnnotationTag(traffic_annotation)) {} MutableNetworkTrafficAnnotationTag(traffic_annotation)) {}
} // namespace net } // namespace net
\ No newline at end of file
...@@ -51,4 +51,4 @@ void SocketTag::Apply(SocketDescriptor socket) const { ...@@ -51,4 +51,4 @@ void SocketTag::Apply(SocketDescriptor socket) const {
#endif // OS_ANDROID #endif // OS_ANDROID
} }
} // namespace net } // namespace net
\ No newline at end of file
...@@ -63,4 +63,4 @@ class NET_EXPORT SocketTag { ...@@ -63,4 +63,4 @@ class NET_EXPORT SocketTag {
} // namespace net } // namespace net
#endif // NET_SOCKET_SOCKET_TAG_H_ #endif // NET_SOCKET_SOCKET_TAG_H_
\ No newline at end of file
...@@ -14,4 +14,4 @@ TrieEntry::~TrieEntry() = default; ...@@ -14,4 +14,4 @@ TrieEntry::~TrieEntry() = default;
} // namespace huffman_trie } // namespace huffman_trie
} // namespace net } // namespace net
\ No newline at end of file
...@@ -107,4 +107,4 @@ class QuicHttpProxyBackend : public quic::QuicSimpleServerBackend { ...@@ -107,4 +107,4 @@ class QuicHttpProxyBackend : public quic::QuicSimpleServerBackend {
}; };
} // namespace net } // namespace net
#endif // NET_TOOLS_QUIC_QUIC_HTTP_PROXY_BACKEND_H_ #endif // NET_TOOLS_QUIC_QUIC_HTTP_PROXY_BACKEND_H_
\ No newline at end of file
...@@ -398,4 +398,4 @@ spdy::SpdyHeaderBlock QuicHttpProxyBackendStream::getAsQuicHeaders( ...@@ -398,4 +398,4 @@ spdy::SpdyHeaderBlock QuicHttpProxyBackendStream::getAsQuicHeaders(
} }
return quic_response_headers; return quic_response_headers;
} }
} // namespace net } // namespace net
\ No newline at end of file
...@@ -162,4 +162,4 @@ class QuicHttpProxyBackendStream : public net::URLRequest::Delegate { ...@@ -162,4 +162,4 @@ class QuicHttpProxyBackendStream : public net::URLRequest::Delegate {
} // namespace net } // namespace net
#endif // NET_TOOLS_QUIC_QUIC_HTTP_PROXY_BACKEND_STREAM_H_ #endif // NET_TOOLS_QUIC_QUIC_HTTP_PROXY_BACKEND_STREAM_H_
\ No newline at end of file
...@@ -36,4 +36,4 @@ enum class CookieNetworkSecurity { ...@@ -36,4 +36,4 @@ enum class CookieNetworkSecurity {
} // namespace net } // namespace net
#endif // NET_URL_REQUEST_URL_REQUEST_HTTP_JOB_HISTOGRAM_H_ #endif // NET_URL_REQUEST_URL_REQUEST_HTTP_JOB_HISTOGRAM_H_
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment