diff options
Diffstat (limited to 'net')
187 files changed, 0 insertions, 188 deletions
diff --git a/net/base/address_list.cc b/net/base/address_list.cc index 29d9b30..1cd2f62 100644 --- a/net/base/address_list.cc +++ b/net/base/address_list.cc @@ -22,4 +22,3 @@ AddressList::Data::~Data() { } } // namespace net - diff --git a/net/base/address_list.h b/net/base/address_list.h index 0cdd966..5bffd4c 100644 --- a/net/base/address_list.h +++ b/net/base/address_list.h @@ -37,4 +37,3 @@ class AddressList { } // namespace net #endif // NET_BASE_ADDRESS_LIST_H_ - diff --git a/net/base/auth.h b/net/base/auth.h index 8a2df93..6f1383e 100644 --- a/net/base/auth.h +++ b/net/base/auth.h @@ -53,4 +53,3 @@ class AuthData : public base::RefCountedThreadSafe<AuthData> { } // namespace net #endif // NET_BASE_AUTH_H__ - diff --git a/net/base/base64.cc b/net/base/base64.cc index b1a2121d..ee5605e 100644 --- a/net/base/base64.cc +++ b/net/base/base64.cc @@ -39,4 +39,3 @@ bool Base64Decode(const std::string& input, std::string* output) { } } // namespace net - diff --git a/net/base/base64.h b/net/base/base64.h index 9b548a0..b2e532a 100644 --- a/net/base/base64.h +++ b/net/base/base64.h @@ -20,4 +20,3 @@ bool Base64Decode(const std::string& input, std::string* output); } // namespace net #endif // NET_BASE_BASE64_H__ - diff --git a/net/base/base64_unittest.cc b/net/base/base64_unittest.cc index fc15ffa..e2b55b2 100644 --- a/net/base/base64_unittest.cc +++ b/net/base/base64_unittest.cc @@ -27,4 +27,3 @@ TEST(Base64Test, Basic) { EXPECT_TRUE(ok); EXPECT_EQ(kText, decoded); } - diff --git a/net/base/bzip2_filter.cc b/net/base/bzip2_filter.cc index 5ba9a9f..5afc897 100644 --- a/net/base/bzip2_filter.cc +++ b/net/base/bzip2_filter.cc @@ -96,4 +96,3 @@ Filter::FilterStatus BZip2Filter::ReadFilteredData(char* dest_buffer, return status; } - diff --git a/net/base/bzip2_filter.h b/net/base/bzip2_filter.h index 4a21bf4..e5e88f6 100644 --- a/net/base/bzip2_filter.h +++ b/net/base/bzip2_filter.h @@ -81,4 +81,3 @@ class BZip2Filter : public Filter { }; #endif // NET_BASE_BZIP2_FILTER_H_ - diff --git a/net/base/cert_status_flags.h b/net/base/cert_status_flags.h index 02381cc..0b84be6 100644 --- a/net/base/cert_status_flags.h +++ b/net/base/cert_status_flags.h @@ -44,4 +44,3 @@ int MapCertStatusToNetError(int cert_status); } // namespace net #endif // NET_BASE_CERT_STATUS_FLAGS_H_ - diff --git a/net/base/cert_verify_result.h b/net/base/cert_verify_result.h index 5169e4f..9ab48b9 100644 --- a/net/base/cert_verify_result.h +++ b/net/base/cert_verify_result.h @@ -35,4 +35,3 @@ class CertVerifyResult { } // namespace net #endif // NET_BASE_CERT_VERIFY_RESULT_H_ - diff --git a/net/base/client_socket.h b/net/base/client_socket.h index f61c7f5..4d25b38 100644 --- a/net/base/client_socket.h +++ b/net/base/client_socket.h @@ -62,4 +62,3 @@ class ClientSocket : public Socket { } // namespace net #endif // NET_BASE_CLIENT_SOCKET_H_ - diff --git a/net/base/client_socket_factory.cc b/net/base/client_socket_factory.cc index 805e74e..70e1fd6 100644 --- a/net/base/client_socket_factory.cc +++ b/net/base/client_socket_factory.cc @@ -47,4 +47,3 @@ ClientSocketFactory* ClientSocketFactory::GetDefaultFactory() { } } // namespace net - diff --git a/net/base/client_socket_factory.h b/net/base/client_socket_factory.h index 3a3bb84..e421473 100644 --- a/net/base/client_socket_factory.h +++ b/net/base/client_socket_factory.h @@ -35,4 +35,3 @@ class ClientSocketFactory { } // namespace net #endif // NET_BASE_CLIENT_SOCKET_FACTORY_H_ - diff --git a/net/base/client_socket_handle.cc b/net/base/client_socket_handle.cc index 4adbf2f..ff81c0a 100644 --- a/net/base/client_socket_handle.cc +++ b/net/base/client_socket_handle.cc @@ -37,4 +37,3 @@ void ClientSocketHandle::Reset() { } } // namespace net - diff --git a/net/base/client_socket_handle.h b/net/base/client_socket_handle.h index f033d2a..c107a16 100644 --- a/net/base/client_socket_handle.h +++ b/net/base/client_socket_handle.h @@ -76,4 +76,3 @@ class ClientSocketHandle { } // namespace net #endif // NET_BASE_CLIENT_SOCKET_HANDLE_H_ - diff --git a/net/base/client_socket_pool.cc b/net/base/client_socket_pool.cc index d3629d5..2092017 100644 --- a/net/base/client_socket_pool.cc +++ b/net/base/client_socket_pool.cc @@ -197,4 +197,3 @@ void ClientSocketPool::DoReleaseSocket(const std::string& group_name, } } // namespace net - diff --git a/net/base/client_socket_pool.h b/net/base/client_socket_pool.h index cb43637..df2d043 100644 --- a/net/base/client_socket_pool.h +++ b/net/base/client_socket_pool.h @@ -143,4 +143,3 @@ class ClientSocketPool : public base::RefCounted<ClientSocketPool> { } // namespace net #endif // NET_BASE_CLIENT_SOCKET_POOL_H_ - diff --git a/net/base/client_socket_pool_unittest.cc b/net/base/client_socket_pool_unittest.cc index 5b0836b..3fb5fd4 100644 --- a/net/base/client_socket_pool_unittest.cc +++ b/net/base/client_socket_pool_unittest.cc @@ -248,4 +248,3 @@ TEST(ClientSocketPoolTest, CancelRequest) { EXPECT_EQ(kMaxSocketsPerGroup, MockClientSocket::allocation_count); EXPECT_EQ(9, TestSocketRequest::completion_count); } - diff --git a/net/base/cookie_monster.cc b/net/base/cookie_monster.cc index 288ea0f..c5b1ff0 100644 --- a/net/base/cookie_monster.cc +++ b/net/base/cookie_monster.cc @@ -1119,4 +1119,3 @@ std::string CookieMonster::CanonicalCookie::DebugString() const { } } // namespace - diff --git a/net/base/cookie_monster.h b/net/base/cookie_monster.h index 580e176..0bece15 100644 --- a/net/base/cookie_monster.h +++ b/net/base/cookie_monster.h @@ -390,4 +390,3 @@ class CookieMonster::PersistentCookieStore { } // namespace net #endif // NET_BASE_COOKIE_MONSTER_H_ - diff --git a/net/base/cookie_monster_perftest.cc b/net/base/cookie_monster_perftest.cc index 52170ff..ebdc2da 100644 --- a/net/base/cookie_monster_perftest.cc +++ b/net/base/cookie_monster_perftest.cc @@ -93,4 +93,3 @@ TEST(CookieMonsterTest, TestAddCookieOnManyHosts) { cm.DeleteAll(false); timer3.Done(); } - diff --git a/net/base/cookie_monster_unittest.cc b/net/base/cookie_monster_unittest.cc index 1878285..db76cdb 100644 --- a/net/base/cookie_monster_unittest.cc +++ b/net/base/cookie_monster_unittest.cc @@ -929,4 +929,3 @@ TEST(CookieMonsterTest, TestDeleteSingleCookie) { } // TODO test overwrite cookie - diff --git a/net/base/cookie_policy.h b/net/base/cookie_policy.h index 2e2fc95..89d490b 100644 --- a/net/base/cookie_policy.h +++ b/net/base/cookie_policy.h @@ -51,4 +51,3 @@ class CookiePolicy { } // namespace net #endif // NET_BASE_COOKIE_POLICY_H_ - diff --git a/net/base/cookie_policy_unittest.cc b/net/base/cookie_policy_unittest.cc index 899d062a..982b250 100644 --- a/net/base/cookie_policy_unittest.cc +++ b/net/base/cookie_policy_unittest.cc @@ -85,4 +85,3 @@ TEST_F(CookiePolicyTest, BlockAllCookiesTest) { EXPECT_FALSE(cp.CanSetCookie(url_google_, url_google_analytics_)); EXPECT_FALSE(cp.CanSetCookie(url_google_, GURL())); } - diff --git a/net/base/data_url.cc b/net/base/data_url.cc index e1043d1..fb7de68 100644 --- a/net/base/data_url.cc +++ b/net/base/data_url.cc @@ -100,4 +100,3 @@ bool DataURL::Parse(const GURL& url, std::string* mime_type, } } // namespace net - diff --git a/net/base/data_url.h b/net/base/data_url.h index 6a638fa..2418f35 100644 --- a/net/base/data_url.h +++ b/net/base/data_url.h @@ -40,4 +40,3 @@ class DataURL { }; } // namespace net - diff --git a/net/base/directory_lister.cc b/net/base/directory_lister.cc index a71c658..581c087 100644 --- a/net/base/directory_lister.cc +++ b/net/base/directory_lister.cc @@ -127,4 +127,3 @@ void DirectoryLister::OnDone(int error) { } } // namespace net - diff --git a/net/base/directory_lister.h b/net/base/directory_lister.h index 0608b63..cb98da6 100644 --- a/net/base/directory_lister.h +++ b/net/base/directory_lister.h @@ -69,4 +69,3 @@ class DirectoryLister : public base::RefCountedThreadSafe<DirectoryLister>, } // namespace net #endif // NET_BASE_DIRECTORY_LISTER_H__ - diff --git a/net/base/dns_resolution_observer.cc b/net/base/dns_resolution_observer.cc index 0b2e9d5..179a15c 100644 --- a/net/base/dns_resolution_observer.cc +++ b/net/base/dns_resolution_observer.cc @@ -58,4 +58,3 @@ void DidFinishDnsResolutionWithStatus(bool was_resolved, } } // namspace net - diff --git a/net/base/dns_resolution_observer.h b/net/base/dns_resolution_observer.h index b03897d..f01eaf2 100644 --- a/net/base/dns_resolution_observer.h +++ b/net/base/dns_resolution_observer.h @@ -63,4 +63,3 @@ void DidFinishDnsResolutionWithStatus(bool was_resolved, } // namspace net #endif // NET_BASE_DNS_RESOLUTION_OBSERVER_H_ - diff --git a/net/base/escape.cc b/net/base/escape.cc index 87174e1..54174fc 100644 --- a/net/base/escape.cc +++ b/net/base/escape.cc @@ -282,4 +282,3 @@ std::string EscapeForHTML(const std::string& input) { std::wstring EscapeForHTML(const std::wstring& input) { return EscapeForHTMLImpl(input); } - diff --git a/net/base/escape.h b/net/base/escape.h index 14f46c6..1502b56 100644 --- a/net/base/escape.h +++ b/net/base/escape.h @@ -118,4 +118,3 @@ bool EscapeQueryParamValue(const std::wstring& text, const char* codepage, std::wstring EscapeQueryParamValueUTF8(const std::wstring& text); #endif // #ifndef NET_BASE_ESCAPE_H__ - diff --git a/net/base/ev_root_ca_metadata.cc b/net/base/ev_root_ca_metadata.cc index 3e7b363..0aeca2b 100644 --- a/net/base/ev_root_ca_metadata.cc +++ b/net/base/ev_root_ca_metadata.cc @@ -224,4 +224,3 @@ EVRootCAMetadata::EVRootCAMetadata() { } } // namespace net - diff --git a/net/base/ev_root_ca_metadata.h b/net/base/ev_root_ca_metadata.h index d43e55a..7904039 100644 --- a/net/base/ev_root_ca_metadata.h +++ b/net/base/ev_root_ca_metadata.h @@ -53,4 +53,3 @@ class EVRootCAMetadata { } // namespace net #endif // NET_BASE_EV_ROOT_CA_METADATA_H_ - diff --git a/net/base/filter.h b/net/base/filter.h index db8e9b2..7599571 100644 --- a/net/base/filter.h +++ b/net/base/filter.h @@ -260,4 +260,3 @@ class Filter { }; #endif // NET_BASE_FILTER_H__ - diff --git a/net/base/gzip_filter.cc b/net/base/gzip_filter.cc index e0021b4..ff7c1f4 100644 --- a/net/base/gzip_filter.cc +++ b/net/base/gzip_filter.cc @@ -291,4 +291,3 @@ void GZipFilter::SkipGZipFooter() { next_stream_data_ = NULL; } } - diff --git a/net/base/gzip_filter.h b/net/base/gzip_filter.h index 8043075..d22b9e4 100644 --- a/net/base/gzip_filter.h +++ b/net/base/gzip_filter.h @@ -140,4 +140,3 @@ class GZipFilter : public Filter { }; #endif // NET_BASE_GZIP_FILTER_H__ - diff --git a/net/base/gzip_header.cc b/net/base/gzip_header.cc index e2dda24..c5630a6 100644 --- a/net/base/gzip_header.cc +++ b/net/base/gzip_header.cc @@ -170,4 +170,3 @@ GZipHeader::Status GZipHeader::ReadMore(const char* inbuf, int inbuf_len, return INCOMPLETE_HEADER; } } - diff --git a/net/base/gzip_header.h b/net/base/gzip_header.h index 2d6af61..64de9ce 100644 --- a/net/base/gzip_header.h +++ b/net/base/gzip_header.h @@ -93,4 +93,3 @@ class GZipHeader { }; #endif // NET_BASE_GZIPHEADER_H__ - diff --git a/net/base/listen_socket.h b/net/base/listen_socket.h index 7921b8f..c6650ac 100644 --- a/net/base/listen_socket.h +++ b/net/base/listen_socket.h @@ -110,4 +110,3 @@ class ListenSocket : public base::RefCountedThreadSafe<ListenSocket>, }; #endif // NET_BASE_LISTEN_SOCKET_H_ - diff --git a/net/base/listen_socket_unittest.cc b/net/base/listen_socket_unittest.cc index 6ae798a..fc95e92 100644 --- a/net/base/listen_socket_unittest.cc +++ b/net/base/listen_socket_unittest.cc @@ -307,4 +307,3 @@ TEST_F(ListenSocketTest, ClientSendLong) { TEST_F(ListenSocketTest, ServerSend) { tester_->TestServerSend(); } - diff --git a/net/base/listen_socket_unittest.h b/net/base/listen_socket_unittest.h index 382508e..1272bb1 100644 --- a/net/base/listen_socket_unittest.h +++ b/net/base/listen_socket_unittest.h @@ -123,4 +123,3 @@ class ListenSocketTester : }; #endif // NET_BASE_LISTEN_SOCKET_UNITTEST_H_ - diff --git a/net/base/load_flags.h b/net/base/load_flags.h index 7e3642a..8557126 100644 --- a/net/base/load_flags.h +++ b/net/base/load_flags.h @@ -73,4 +73,3 @@ enum { } // namespace net #endif // NET_BASE_LOAD_FLAGS_H__ - diff --git a/net/base/load_states.h b/net/base/load_states.h index 5c4eaa5..9555be9 100644 --- a/net/base/load_states.h +++ b/net/base/load_states.h @@ -63,4 +63,3 @@ enum LoadState { } // namespace net #endif // NET_BASE_LOAD_STATES_H__ - diff --git a/net/base/mime_sniffer.h b/net/base/mime_sniffer.h index fde01df..6fd7014 100644 --- a/net/base/mime_sniffer.h +++ b/net/base/mime_sniffer.h @@ -35,4 +35,3 @@ bool SniffMimeType(const char* content, size_t content_size, } // namespace net #endif // NET_BASE_MIME_SNIFFER_H__ - diff --git a/net/base/mime_util.h b/net/base/mime_util.h index d442e0f..3bd6f85 100644 --- a/net/base/mime_util.h +++ b/net/base/mime_util.h @@ -47,4 +47,3 @@ bool MatchesMimeType(const std::string &mime_type_pattern, } // namespace net #endif // NET_BASE_MIME_UTIL_H__ - diff --git a/net/base/mime_util_unittest.cc b/net/base/mime_util_unittest.cc index bd7f820..0da3436 100644 --- a/net/base/mime_util_unittest.cc +++ b/net/base/mime_util_unittest.cc @@ -96,4 +96,3 @@ TEST(MimeUtilTest, MatchesMimeType) { EXPECT_EQ(false, net::MatchesMimeType("aaa*aaa", "aaaaa")); } - diff --git a/net/base/net_error_list.h b/net/base/net_error_list.h index 9503f534..31d27d7 100644 --- a/net/base/net_error_list.h +++ b/net/base/net_error_list.h @@ -242,4 +242,3 @@ NET_ERROR(CACHE_MISS, -400) // The server's response was insecure (e.g. there was a cert error). NET_ERROR(INSECURE_RESPONSE, -501) - diff --git a/net/base/net_errors.cc b/net/base/net_errors.cc index fb5ddf6..18f6661 100644 --- a/net/base/net_errors.cc +++ b/net/base/net_errors.cc @@ -28,4 +28,3 @@ const char* ErrorToString(int error) { } } // namespace net - diff --git a/net/base/net_errors.h b/net/base/net_errors.h index de63fc8..227b5b8 100644 --- a/net/base/net_errors.h +++ b/net/base/net_errors.h @@ -38,4 +38,3 @@ inline bool IsCertificateError(int error) { } // namespace net #endif // NET_BASE_NET_ERRORS_H__ - diff --git a/net/base/net_module.h b/net/base/net_module.h index e527b9f..fa9c965 100644 --- a/net/base/net_module.h +++ b/net/base/net_module.h @@ -38,4 +38,3 @@ class NetModule { } // namespace net #endif // NET_BASE_NET_MODULE_H__ - diff --git a/net/base/net_util.h b/net/base/net_util.h index 014a83d..9e83f11 100644 --- a/net/base/net_util.h +++ b/net/base/net_util.h @@ -164,4 +164,3 @@ int SetNonBlocking(int fd); } // namespace net #endif // NET_BASE_NET_UTIL_H__ - diff --git a/net/base/net_util_posix.cc b/net/base/net_util_posix.cc index 4bfa1fd..e1fc700 100644 --- a/net/base/net_util_posix.cc +++ b/net/base/net_util_posix.cc @@ -44,4 +44,3 @@ bool FileURLToFilePath(const GURL& url, FilePath* path) { } } // namespace net - diff --git a/net/base/net_util_win.cc b/net/base/net_util_win.cc index 6993142..effb212 100644 --- a/net/base/net_util_win.cc +++ b/net/base/net_util_win.cc @@ -87,4 +87,3 @@ bool FileURLToFilePath(const GURL& url, FilePath* file_path) { } } // namespace net - diff --git a/net/base/platform_mime_util.h b/net/base/platform_mime_util.h index 7be386a..5bbabb8 100644 --- a/net/base/platform_mime_util.h +++ b/net/base/platform_mime_util.h @@ -28,4 +28,3 @@ class PlatformMimeUtil { } // namespace net #endif // NET_BASE_PLATFORM_MIME_UTIL_H_ - diff --git a/net/base/platform_mime_util_win.cc b/net/base/platform_mime_util_win.cc index b6946fd..b07a02d 100644 --- a/net/base/platform_mime_util_win.cc +++ b/net/base/platform_mime_util_win.cc @@ -38,4 +38,3 @@ bool PlatformMimeUtil::GetPreferredExtensionForMimeType( } } // namespace net - diff --git a/net/base/sdch_filter_unittest.cc b/net/base/sdch_filter_unittest.cc index 1b9b5b6..9f185cb 100644 --- a/net/base/sdch_filter_unittest.cc +++ b/net/base/sdch_filter_unittest.cc @@ -962,4 +962,3 @@ TEST_F(SdchFilterTest, DictionaryTooLarge) { EXPECT_FALSE(sdch_manager_->AddSdchDictionary(dictionary_text, GURL("http://" + dictionary_domain))); } - diff --git a/net/base/socket.h b/net/base/socket.h index 55450ad..c8db6d1 100644 --- a/net/base/socket.h +++ b/net/base/socket.h @@ -34,4 +34,3 @@ class Socket { } // namespace net #endif // NET_BASE_SOCKET_H_ - diff --git a/net/base/ssl_client_socket.h b/net/base/ssl_client_socket.h index dca5ef3..21b120b 100644 --- a/net/base/ssl_client_socket.h +++ b/net/base/ssl_client_socket.h @@ -27,4 +27,3 @@ class SSLClientSocket : public ClientSocket { } // namespace net #endif // NET_BASE_SSL_CLIENT_SOCKET_H_ - diff --git a/net/base/ssl_client_socket_mac.cc b/net/base/ssl_client_socket_mac.cc index 0d10030..5ed6c67 100644 --- a/net/base/ssl_client_socket_mac.cc +++ b/net/base/ssl_client_socket_mac.cc @@ -764,4 +764,3 @@ OSStatus SSLClientSocketMac::SSLWriteCallback(SSLConnectionRef connection, } } // namespace net - diff --git a/net/base/ssl_client_socket_mac.h b/net/base/ssl_client_socket_mac.h index 0bff718..f195940 100644 --- a/net/base/ssl_client_socket_mac.h +++ b/net/base/ssl_client_socket_mac.h @@ -106,4 +106,3 @@ class SSLClientSocketMac : public SSLClientSocket { } // namespace net #endif // NET_BASE_SSL_CLIENT_SOCKET_MAC_H_ - diff --git a/net/base/ssl_client_socket_nss.h b/net/base/ssl_client_socket_nss.h index 6729598..9b77f94 100644 --- a/net/base/ssl_client_socket_nss.h +++ b/net/base/ssl_client_socket_nss.h @@ -106,4 +106,3 @@ class SSLClientSocketNSS : public SSLClientSocket { } // namespace net #endif // NET_BASE_SSL_CLIENT_SOCKET_NSS_H_ - diff --git a/net/base/ssl_client_socket_unittest.cc b/net/base/ssl_client_socket_unittest.cc index 3264c36..c8b87f4 100644 --- a/net/base/ssl_client_socket_unittest.cc +++ b/net/base/ssl_client_socket_unittest.cc @@ -310,4 +310,3 @@ TEST_F(SSLClientSocketTest, MAYBE_Read_Interrupted) { EXPECT_NE(rv, 0); } - diff --git a/net/base/ssl_client_socket_win.cc b/net/base/ssl_client_socket_win.cc index 6aba9c2..b754393 100644 --- a/net/base/ssl_client_socket_win.cc +++ b/net/base/ssl_client_socket_win.cc @@ -949,4 +949,3 @@ void SSLClientSocketWin::LogConnectionTypeMetrics() const { } } // namespace net - diff --git a/net/base/ssl_client_socket_win.h b/net/base/ssl_client_socket_win.h index feba718..0ae9374 100644 --- a/net/base/ssl_client_socket_win.h +++ b/net/base/ssl_client_socket_win.h @@ -145,4 +145,3 @@ class SSLClientSocketWin : public SSLClientSocket { } // namespace net #endif // NET_BASE_SSL_CLIENT_SOCKET_WIN_H_ - diff --git a/net/base/ssl_config_service.cc b/net/base/ssl_config_service.cc index 7e94955..46421b0 100644 --- a/net/base/ssl_config_service.cc +++ b/net/base/ssl_config_service.cc @@ -105,4 +105,3 @@ void SSLConfigService::UpdateConfig(TimeTicks now) { } } // namespace net - diff --git a/net/base/ssl_config_service.h b/net/base/ssl_config_service.h index b4e0622..96d42a2 100644 --- a/net/base/ssl_config_service.h +++ b/net/base/ssl_config_service.h @@ -69,4 +69,3 @@ class SSLConfigService { } // namespace net #endif // NET_BASE_SSL_CONFIG_SERVICE_H__ - diff --git a/net/base/ssl_config_service_unittest.cc b/net/base/ssl_config_service_unittest.cc index 7aeef52..8f61fe0 100644 --- a/net/base/ssl_config_service_unittest.cc +++ b/net/base/ssl_config_service_unittest.cc @@ -84,4 +84,3 @@ TEST(SSLConfigServiceTest, GetTest) { // Restore the original value. net::SSLConfigService::SetRevCheckingEnabled(config.rev_checking_enabled); } - diff --git a/net/base/ssl_info.h b/net/base/ssl_info.h index 81b967d..4c661b2 100644 --- a/net/base/ssl_info.h +++ b/net/base/ssl_info.h @@ -47,4 +47,3 @@ class SSLInfo { } // namespace net #endif // NET_BASE_SSL_INFO_H_ - diff --git a/net/base/ssl_test_util.cc b/net/base/ssl_test_util.cc index 973b033..8f525be 100644 --- a/net/base/ssl_test_util.cc +++ b/net/base/ssl_test_util.cc @@ -353,4 +353,3 @@ bool TestServerLauncher::CheckCATrusted() { } } // namespace net - diff --git a/net/base/ssl_test_util.h b/net/base/ssl_test_util.h index acc5aab..67b550c 100644 --- a/net/base/ssl_test_util.h +++ b/net/base/ssl_test_util.h @@ -110,4 +110,3 @@ class TestServerLauncher { } #endif // NET_BASE_SSL_TEST_UTIL_H_ - diff --git a/net/base/tcp_client_socket.h b/net/base/tcp_client_socket.h index abb3b8e..76d2b1c6 100644 --- a/net/base/tcp_client_socket.h +++ b/net/base/tcp_client_socket.h @@ -139,4 +139,3 @@ class TCPClientSocket : public ClientSocket, } // namespace net #endif // NET_BASE_TCP_CLIENT_SOCKET_H_ - diff --git a/net/base/tcp_client_socket_libevent.cc b/net/base/tcp_client_socket_libevent.cc index 4722094..204b700 100644 --- a/net/base/tcp_client_socket_libevent.cc +++ b/net/base/tcp_client_socket_libevent.cc @@ -375,4 +375,3 @@ int TCPClientSocket::GetPeerName(struct sockaddr *name, socklen_t *namelen) { } } // namespace net - diff --git a/net/base/tcp_client_socket_win.cc b/net/base/tcp_client_socket_win.cc index 7f9e124..29d560d 100644 --- a/net/base/tcp_client_socket_win.cc +++ b/net/base/tcp_client_socket_win.cc @@ -394,4 +394,3 @@ void TCPClientSocket::WaitForAndResetEvent() { } } // namespace net - diff --git a/net/base/tcp_pinger.h b/net/base/tcp_pinger.h index 1a2c28b..24218d4 100644 --- a/net/base/tcp_pinger.h +++ b/net/base/tcp_pinger.h @@ -127,4 +127,3 @@ class TCPPinger { } // namespace net #endif // NET_BASE_TCP_PINGER_H_ - diff --git a/net/base/tcp_pinger_unittest.cc b/net/base/tcp_pinger_unittest.cc index a30f664..2ae6b1f 100644 --- a/net/base/tcp_pinger_unittest.cc +++ b/net/base/tcp_pinger_unittest.cc @@ -89,4 +89,3 @@ TEST_F(TCPPingerTest, PingFail) { rv = pinger.Ping(base::TimeDelta::FromMilliseconds(100), 1); EXPECT_NE(rv, net::OK); } - diff --git a/net/base/telnet_server_unittest.cc b/net/base/telnet_server_unittest.cc index 53f87e8..0d5853b 100644 --- a/net/base/telnet_server_unittest.cc +++ b/net/base/telnet_server_unittest.cc @@ -67,4 +67,3 @@ TEST_F(TelnetServerTest, ClientSendLong) { TEST_F(TelnetServerTest, ServerSend) { tester_->TestServerSend(); } - diff --git a/net/base/test_completion_callback.h b/net/base/test_completion_callback.h index 3ade553..3494646 100644 --- a/net/base/test_completion_callback.h +++ b/net/base/test_completion_callback.h @@ -52,4 +52,3 @@ class TestCompletionCallback : public CallbackRunner< Tuple1<int> > { }; #endif // NET_BASE_TEST_COMPLETION_CALLBACK_H_ - diff --git a/net/base/upload_data.cc b/net/base/upload_data.cc index 4392908..0045409 100644 --- a/net/base/upload_data.cc +++ b/net/base/upload_data.cc @@ -39,4 +39,3 @@ uint64 UploadData::Element::GetContentLength() const { } } // namespace net - diff --git a/net/base/upload_data_stream.cc b/net/base/upload_data_stream.cc index d872002..1438e20 100644 --- a/net/base/upload_data_stream.cc +++ b/net/base/upload_data_stream.cc @@ -105,4 +105,3 @@ void UploadDataStream::FillBuf() { } } // namespace net - diff --git a/net/base/upload_data_stream.h b/net/base/upload_data_stream.h index c7dc2f1..b39c550 100644 --- a/net/base/upload_data_stream.h +++ b/net/base/upload_data_stream.h @@ -66,4 +66,3 @@ class UploadDataStream { } // namespace net #endif // NET_BASE_UPLOAD_DATA_STREAM_H_ - diff --git a/net/base/wininet_util.cc b/net/base/wininet_util.cc index f6bacf9..4e3a889 100644 --- a/net/base/wininet_util.cc +++ b/net/base/wininet_util.cc @@ -68,4 +68,3 @@ int WinInetUtil::OSErrorToNetError(DWORD os_error) { } } // namespace net - diff --git a/net/base/wininet_util.h b/net/base/wininet_util.h index 8b6d684..17160be 100644 --- a/net/base/wininet_util.h +++ b/net/base/wininet_util.h @@ -23,4 +23,3 @@ class WinInetUtil { } // namespace net #endif // NET_BASE_WININET_UTIL_H__ - diff --git a/net/base/wininet_util_unittest.cc b/net/base/wininet_util_unittest.cc index 3884716..8f79d1a 100644 --- a/net/base/wininet_util_unittest.cc +++ b/net/base/wininet_util_unittest.cc @@ -37,4 +37,3 @@ TEST(WinInetUtilTest, ErrorCodeConversion) { WinInetUtil::OSErrorToNetError(error_cases[i].os_error)); } } - diff --git a/net/base/x509_certificate.h b/net/base/x509_certificate.h index 80f085f..c3e79b4 100644 --- a/net/base/x509_certificate.h +++ b/net/base/x509_certificate.h @@ -291,4 +291,3 @@ class X509Certificate : public base::RefCountedThreadSafe<X509Certificate> { } // namespace net #endif // NET_BASE_X509_CERTIFICATE_H_ - diff --git a/net/base/x509_certificate_nss.cc b/net/base/x509_certificate_nss.cc index 753b706..e734a6e 100644 --- a/net/base/x509_certificate_nss.cc +++ b/net/base/x509_certificate_nss.cc @@ -252,4 +252,3 @@ X509Certificate::Fingerprint X509Certificate::CalculateFingerprint( } } // namespace net - diff --git a/net/base/x509_certificate_win.cc b/net/base/x509_certificate_win.cc index c98d738..1fe23f2 100644 --- a/net/base/x509_certificate_win.cc +++ b/net/base/x509_certificate_win.cc @@ -654,4 +654,3 @@ X509Certificate::Fingerprint X509Certificate::CalculateFingerprint( } } // namespace net - diff --git a/net/build/precompiled_net.cc b/net/build/precompiled_net.cc index 5e6d993..75530ad 100644 --- a/net/build/precompiled_net.cc +++ b/net/build/precompiled_net.cc @@ -5,5 +5,3 @@ // Generates the precompiled file. #include "precompiled_net.h" - - diff --git a/net/build/precompiled_net.h b/net/build/precompiled_net.h index a5c5fe4..eb5179e 100644 --- a/net/build/precompiled_net.h +++ b/net/build/precompiled_net.h @@ -23,4 +23,3 @@ #include <limits.h> #include <stddef.h> #include <string.h> - diff --git a/net/disk_cache/addr_unittest.cc b/net/disk_cache/addr_unittest.cc index febd5c9..551310e 100644 --- a/net/disk_cache/addr_unittest.cc +++ b/net/disk_cache/addr_unittest.cc @@ -35,4 +35,3 @@ TEST_F(DiskCacheTest, CacheAddr_InvalidValues) { } } // namespace disk_cache - diff --git a/net/disk_cache/backend_impl.h b/net/disk_cache/backend_impl.h index f2ec98d..def2119 100644 --- a/net/disk_cache/backend_impl.h +++ b/net/disk_cache/backend_impl.h @@ -222,4 +222,3 @@ class BackendImpl : public Backend { } // namespace disk_cache #endif // NET_DISK_CACHE_BACKEND_IMPL_H_ - diff --git a/net/disk_cache/backend_unittest.cc b/net/disk_cache/backend_unittest.cc index 5e09a63..4b61133 100644 --- a/net/disk_cache/backend_unittest.cc +++ b/net/disk_cache/backend_unittest.cc @@ -984,4 +984,3 @@ TEST_F(DiskCacheBackendTest, MemoryOnlyDoomAll) { InitCache(); BackendDoomAll(); } - diff --git a/net/disk_cache/block_files.h b/net/disk_cache/block_files.h index 92f63cf..1572baf 100644 --- a/net/disk_cache/block_files.h +++ b/net/disk_cache/block_files.h @@ -78,4 +78,3 @@ class BlockFiles { } // namespace disk_cache #endif // NET_DISK_CACHE_BLOCK_FILES_H__ - diff --git a/net/disk_cache/cache_util.h b/net/disk_cache/cache_util.h index 7abebe0..78566a3 100644 --- a/net/disk_cache/cache_util.h +++ b/net/disk_cache/cache_util.h @@ -28,4 +28,3 @@ void WaitForPendingIO(int* num_pending_io); } // namespace disk_cache #endif // NET_DISK_CACHE_CACHE_UTIL_H_ - diff --git a/net/disk_cache/cache_util_win.cc b/net/disk_cache/cache_util_win.cc index adb9d8a5..a82231a 100644 --- a/net/disk_cache/cache_util_win.cc +++ b/net/disk_cache/cache_util_win.cc @@ -73,4 +73,3 @@ void WaitForPendingIO(int* num_pending_io) { } } // namespace disk_cache - diff --git a/net/disk_cache/disk_cache.h b/net/disk_cache/disk_cache.h index 5173ab9..48b7ba5 100644 --- a/net/disk_cache/disk_cache.h +++ b/net/disk_cache/disk_cache.h @@ -184,4 +184,3 @@ class Entry { } // namespace disk_cache #endif // NET_DISK_CACHE_DISK_CACHE_H_ - diff --git a/net/disk_cache/disk_cache_test_base.cc b/net/disk_cache/disk_cache_test_base.cc index 0a3e07b..942420b 100644 --- a/net/disk_cache/disk_cache_test_base.cc +++ b/net/disk_cache/disk_cache_test_base.cc @@ -113,4 +113,3 @@ void DiskCacheTestWithCache::SetTestMode() { ASSERT_TRUE(implementation_ && !memory_only_); cache_impl_->SetUnitTestMode(); } - diff --git a/net/disk_cache/disk_format.h b/net/disk_cache/disk_format.h index f089d7b..eced8e3 100644 --- a/net/disk_cache/disk_format.h +++ b/net/disk_cache/disk_format.h @@ -191,4 +191,3 @@ COMPILE_ASSERT(sizeof(BlockFileHeader) == kBlockHeaderSize, bad_header); } // namespace disk_cache #endif // NET_DISK_CACHE_DISK_FORMAT_H_ - diff --git a/net/disk_cache/entry_impl.h b/net/disk_cache/entry_impl.h index 5a467e4..67451fe 100644 --- a/net/disk_cache/entry_impl.h +++ b/net/disk_cache/entry_impl.h @@ -153,4 +153,3 @@ class EntryImpl : public Entry, public base::RefCounted<EntryImpl> { } // namespace disk_cache #endif // NET_DISK_CACHE_ENTRY_IMPL_H_ - diff --git a/net/disk_cache/errors.h b/net/disk_cache/errors.h index 991086f..4bf6f72 100644 --- a/net/disk_cache/errors.h +++ b/net/disk_cache/errors.h @@ -28,4 +28,3 @@ enum { } // namespace disk_cache #endif // NET_DISK_CACHE_ERRORS_H__ - diff --git a/net/disk_cache/file.h b/net/disk_cache/file.h index 53c72bd..bb0c56f 100644 --- a/net/disk_cache/file.h +++ b/net/disk_cache/file.h @@ -87,4 +87,3 @@ class File : public base::RefCounted<File> { } // namespace disk_cache #endif // NET_DISK_CACHE_FILE_H_ - diff --git a/net/disk_cache/file_block.h b/net/disk_cache/file_block.h index f92649d..2570920 100644 --- a/net/disk_cache/file_block.h +++ b/net/disk_cache/file_block.h @@ -29,4 +29,3 @@ class FileBlock { } // namespace disk_cache #endif // NET_DISK_CACHE_FILE_BLOCK_H__ - diff --git a/net/disk_cache/file_lock.cc b/net/disk_cache/file_lock.cc index 627ed0d..949c645 100644 --- a/net/disk_cache/file_lock.cc +++ b/net/disk_cache/file_lock.cc @@ -25,4 +25,3 @@ void FileLock::Unlock() { } } // namespace disk_cache - diff --git a/net/disk_cache/file_lock.h b/net/disk_cache/file_lock.h index f331509..3ebed76 100644 --- a/net/disk_cache/file_lock.h +++ b/net/disk_cache/file_lock.h @@ -43,4 +43,3 @@ class FileLock { } // namespace disk_cache #endif // NET_DISK_CACHE_FILE_LOCK_H__ - diff --git a/net/disk_cache/file_win.cc b/net/disk_cache/file_win.cc index bc89975..ce4a602 100644 --- a/net/disk_cache/file_win.cc +++ b/net/disk_cache/file_win.cc @@ -269,4 +269,3 @@ size_t File::GetLength() { } } // namespace disk_cache - diff --git a/net/disk_cache/hash.h b/net/disk_cache/hash.h index 5f3914f..bf35c26 100644 --- a/net/disk_cache/hash.h +++ b/net/disk_cache/hash.h @@ -28,4 +28,3 @@ inline uint32 Hash(const std::string& key) { } // namespace disk_cache #endif // NET_DISK_CACHE_HASH_H__ - diff --git a/net/disk_cache/mapped_file.h b/net/disk_cache/mapped_file.h index ac8a2b4..bf12df3 100644 --- a/net/disk_cache/mapped_file.h +++ b/net/disk_cache/mapped_file.h @@ -54,4 +54,3 @@ class MappedFile : public File { } // namespace disk_cache #endif // NET_DISK_CACHE_MAPPED_FILE_H_ - diff --git a/net/disk_cache/mapped_file_posix.cc b/net/disk_cache/mapped_file_posix.cc index 46147ac..a170f35 100644 --- a/net/disk_cache/mapped_file_posix.cc +++ b/net/disk_cache/mapped_file_posix.cc @@ -51,4 +51,3 @@ bool MappedFile::Store(const FileBlock* block) { } } // namespace disk_cache - diff --git a/net/disk_cache/mapped_file_unittest.cc b/net/disk_cache/mapped_file_unittest.cc index a9b3754..c2fb884 100644 --- a/net/disk_cache/mapped_file_unittest.cc +++ b/net/disk_cache/mapped_file_unittest.cc @@ -121,4 +121,3 @@ TEST_F(DiskCacheTest, MappedFile_AsyncIO) { EXPECT_FALSE(g_cache_tests_error); EXPECT_STREQ(buffer1, buffer2); } - diff --git a/net/disk_cache/mapped_file_win.cc b/net/disk_cache/mapped_file_win.cc index 6407332..c02711c 100644 --- a/net/disk_cache/mapped_file_win.cc +++ b/net/disk_cache/mapped_file_win.cc @@ -51,4 +51,3 @@ bool MappedFile::Store(const FileBlock* block) { } } // namespace disk_cache - diff --git a/net/disk_cache/mem_backend_impl.cc b/net/disk_cache/mem_backend_impl.cc index a0cf3cc..660066b 100644 --- a/net/disk_cache/mem_backend_impl.cc +++ b/net/disk_cache/mem_backend_impl.cc @@ -252,4 +252,3 @@ int MemBackendImpl::MaxFileSize() const { } } // namespace disk_cache - diff --git a/net/disk_cache/mem_entry_impl.cc b/net/disk_cache/mem_entry_impl.cc index 99c53cd..e3b078f 100644 --- a/net/disk_cache/mem_entry_impl.cc +++ b/net/disk_cache/mem_entry_impl.cc @@ -176,4 +176,3 @@ void MemEntryImpl::UpdateRank(bool modified) { } } // namespace disk_cache - diff --git a/net/disk_cache/mem_entry_impl.h b/net/disk_cache/mem_entry_impl.h index 63235f9..f51bf601 100644 --- a/net/disk_cache/mem_entry_impl.h +++ b/net/disk_cache/mem_entry_impl.h @@ -95,4 +95,3 @@ class MemEntryImpl : public Entry { } // namespace disk_cache #endif // NET_DISK_CACHE_MEM_ENTRY_IMPL_H__ - diff --git a/net/disk_cache/mem_rankings.cc b/net/disk_cache/mem_rankings.cc index 64db370..6ca1bf7 100644 --- a/net/disk_cache/mem_rankings.cc +++ b/net/disk_cache/mem_rankings.cc @@ -60,4 +60,3 @@ MemEntryImpl* MemRankings::GetPrev(MemEntryImpl* node) { } } // namespace disk_cache - diff --git a/net/disk_cache/mem_rankings.h b/net/disk_cache/mem_rankings.h index 1724cbe..9dd1564 100644 --- a/net/disk_cache/mem_rankings.h +++ b/net/disk_cache/mem_rankings.h @@ -42,4 +42,3 @@ class MemRankings { } // namespace disk_cache #endif // NET_DISK_CACHE_MEM_RANKINGS_H__ - diff --git a/net/disk_cache/rankings.h b/net/disk_cache/rankings.h index 906a5b7..81567f0 100644 --- a/net/disk_cache/rankings.h +++ b/net/disk_cache/rankings.h @@ -195,4 +195,3 @@ class Rankings { } // namespace disk_cache #endif // NET_DISK_CACHE_RANKINGS_H_ - diff --git a/net/disk_cache/stats.h b/net/disk_cache/stats.h index 6d8043e..84f013d 100644 --- a/net/disk_cache/stats.h +++ b/net/disk_cache/stats.h @@ -80,4 +80,3 @@ class Stats { } // namespace disk_cache #endif // NET_DISK_CACHE_STATS_H_ - diff --git a/net/disk_cache/stats_histogram.cc b/net/disk_cache/stats_histogram.cc index d396f69..f605934 100644 --- a/net/disk_cache/stats_histogram.cc +++ b/net/disk_cache/stats_histogram.cc @@ -53,4 +53,3 @@ void StatsHistogram::SnapshotSample(SampleSet* sample) const { } } // namespace disk_cache - diff --git a/net/disk_cache/storage_block.h b/net/disk_cache/storage_block.h index 30e0bf9..1c02756 100644 --- a/net/disk_cache/storage_block.h +++ b/net/disk_cache/storage_block.h @@ -81,4 +81,3 @@ typedef StorageBlock<RankingsNode> CacheRankingsBlock; } // namespace disk_cache #endif // NET_DISK_CACHE_STORAGE_BLOCK_H__ - diff --git a/net/disk_cache/storage_block_unittest.cc b/net/disk_cache/storage_block_unittest.cc index 4f172e0..8543e3d 100644 --- a/net/disk_cache/storage_block_unittest.cc +++ b/net/disk_cache/storage_block_unittest.cc @@ -70,4 +70,3 @@ TEST_F(DiskCacheTest, StorageBlock_SetModified) { EXPECT_TRUE(entry2.Load()); EXPECT_TRUE(0x45687912 == entry2.Data()->hash); } - diff --git a/net/disk_cache/stress_cache.cc b/net/disk_cache/stress_cache.cc index 4c19cd8..aa79a86 100644 --- a/net/disk_cache/stress_cache.cc +++ b/net/disk_cache/stress_cache.cc @@ -201,4 +201,3 @@ int main(int argc, const char* argv[]) { StressTheCache(iteration); return 0; } - diff --git a/net/disk_cache/trace.cc b/net/disk_cache/trace.cc index 02d5ceb..958f9e0 100644 --- a/net/disk_cache/trace.cc +++ b/net/disk_cache/trace.cc @@ -131,4 +131,3 @@ void Trace(const char* format, ...) { #endif // ENABLE_TRACING } // namespace disk_cache - diff --git a/net/disk_cache/trace.h b/net/disk_cache/trace.h index 3adc2c6..50dda3c 100644 --- a/net/disk_cache/trace.h +++ b/net/disk_cache/trace.h @@ -40,4 +40,3 @@ void Trace(const char* format, ...); } // namespace disk_cache #endif // NET_DISK_CACHE_TRACE_H__ - diff --git a/net/ftp/ftp_auth_cache.cc b/net/ftp/ftp_auth_cache.cc index 8f1d18a..007f167 100644 --- a/net/ftp/ftp_auth_cache.cc +++ b/net/ftp/ftp_auth_cache.cc @@ -32,4 +32,3 @@ FtpAuthCache::AuthCacheKey FtpAuthCache::MakeKey(const GURL& origin) { } } // namespace net - diff --git a/net/ftp/ftp_auth_cache.h b/net/ftp/ftp_auth_cache.h index 752842c..1bde911 100644 --- a/net/ftp/ftp_auth_cache.h +++ b/net/ftp/ftp_auth_cache.h @@ -55,4 +55,3 @@ class FtpAuthCache { } // namespace net #endif // NET_FTP_FTP_AUTH_CACHE_H_ - diff --git a/net/http/http_atom_list.h b/net/http/http_atom_list.h index f336eb7..4dac9fb 100644 --- a/net/http/http_atom_list.h +++ b/net/http/http_atom_list.h @@ -59,4 +59,3 @@ HTTP_ATOM(VARY) HTTP_ATOM(VIA) HTTP_ATOM(WARNING) HTTP_ATOM(WWW_AUTHENTICATE) - diff --git a/net/http/http_cache.h b/net/http/http_cache.h index 528c964..03b8a83 100644 --- a/net/http/http_cache.h +++ b/net/http/http_cache.h @@ -197,4 +197,3 @@ class HttpCache : public HttpTransactionFactory { } // namespace net #endif // NET_HTTP_HTTP_CACHE_H_ - diff --git a/net/http/http_network_layer.cc b/net/http/http_network_layer.cc index 8ba6bfc..6c905e7 100644 --- a/net/http/http_network_layer.cc +++ b/net/http/http_network_layer.cc @@ -72,4 +72,3 @@ HttpNetworkSession* HttpNetworkLayer::GetSession() { } } // namespace net - diff --git a/net/http/http_network_layer.h b/net/http/http_network_layer.h index a2bb491..2011a6c 100644 --- a/net/http/http_network_layer.h +++ b/net/http/http_network_layer.h @@ -53,4 +53,3 @@ class HttpNetworkLayer : public HttpTransactionFactory { } // namespace net #endif // NET_HTTP_HTTP_NETWORK_LAYER_H_ - diff --git a/net/http/http_network_layer_unittest.cc b/net/http/http_network_layer_unittest.cc index eae1815..283872d 100644 --- a/net/http/http_network_layer_unittest.cc +++ b/net/http/http_network_layer_unittest.cc @@ -72,4 +72,3 @@ TEST_F(HttpNetworkLayerTest, GoogleGET) { rv = ReadTransaction(trans.get(), &contents); EXPECT_EQ(net::OK, rv); } - diff --git a/net/http/http_network_session.h b/net/http/http_network_session.h index d998665..2dd1b89 100644 --- a/net/http/http_network_session.h +++ b/net/http/http_network_session.h @@ -48,4 +48,3 @@ class HttpNetworkSession : public base::RefCounted<HttpNetworkSession> { } // namespace net #endif // NET_HTTP_HTTP_NETWORK_SESSION_H_ - diff --git a/net/http/http_network_transaction.h b/net/http/http_network_transaction.h index 28acab6..49e1a41 100644 --- a/net/http/http_network_transaction.h +++ b/net/http/http_network_transaction.h @@ -303,4 +303,3 @@ class HttpNetworkTransaction : public HttpTransaction { } // namespace net #endif // NET_HTTP_HTTP_NETWORK_TRANSACTION_H_ - diff --git a/net/http/http_request_info.h b/net/http/http_request_info.h index 68e9065..8a680b6 100644 --- a/net/http/http_request_info.h +++ b/net/http/http_request_info.h @@ -39,4 +39,3 @@ class HttpRequestInfo { } // namespace net #endif // NET_HTTP_HTTP_REQUEST_INFO_H__ - diff --git a/net/http/http_response_headers.cc b/net/http/http_response_headers.cc index 8c2a0b3..bc7ac62 100644 --- a/net/http/http_response_headers.cc +++ b/net/http/http_response_headers.cc @@ -970,4 +970,3 @@ int64 HttpResponseHeaders::GetContentLength() const { } } // namespace net - diff --git a/net/http/http_transaction.h b/net/http/http_transaction.h index ffb25c6..2c857ed 100644 --- a/net/http/http_transaction.h +++ b/net/http/http_transaction.h @@ -88,4 +88,3 @@ class HttpTransaction { } // namespace net #endif // NET_HTTP_HTTP_TRANSACTION_H_ - diff --git a/net/http/http_transaction_factory.h b/net/http/http_transaction_factory.h index e363c21..523270a 100644 --- a/net/http/http_transaction_factory.h +++ b/net/http/http_transaction_factory.h @@ -29,4 +29,3 @@ class HttpTransactionFactory { } // namespace net #endif // NET_HTTP_HTTP_TRANSACTION_FACTORY_H__ - diff --git a/net/http/http_util.cc b/net/http/http_util.cc index 95beb9c..7094b03 100644 --- a/net/http/http_util.cc +++ b/net/http/http_util.cc @@ -563,4 +563,3 @@ bool HttpUtil::ValuesIterator::GetNext() { } } // namespace net - diff --git a/net/http/http_util.h b/net/http/http_util.h index 91f893c..8bf055f 100644 --- a/net/http/http_util.h +++ b/net/http/http_util.h @@ -208,4 +208,3 @@ class HttpUtil { } // namespace net #endif // NET_HTTP_HTTP_UTIL_H_ - diff --git a/net/http/http_util_unittest.cc b/net/http/http_util_unittest.cc index fab1953..098468f 100644 --- a/net/http/http_util_unittest.cc +++ b/net/http/http_util_unittest.cc @@ -490,4 +490,3 @@ TEST(HttpUtilTest, GenerateAcceptCharsetHeader) { EXPECT_EQ(std::string("EUC-JP,utf-8;q=0.7,*;q=0.3"), HttpUtil::GenerateAcceptCharsetHeader("EUC-JP")); } - diff --git a/net/http/http_vary_data.cc b/net/http/http_vary_data.cc index d1b2762..765ff11 100644 --- a/net/http/http_vary_data.cc +++ b/net/http/http_vary_data.cc @@ -140,4 +140,3 @@ void HttpVaryData::AddField(const HttpRequestInfo& request_info, } } // namespace net - diff --git a/net/http/http_vary_data.h b/net/http/http_vary_data.h index ccf1938..5ce90c8 100644 --- a/net/http/http_vary_data.h +++ b/net/http/http_vary_data.h @@ -82,4 +82,3 @@ class HttpVaryData { } // namespace net #endif // NET_HTTP_HTTP_VARY_DATA_H__ - diff --git a/net/http/http_vary_data_unittest.cc b/net/http/http_vary_data_unittest.cc index 0be79f8..852d7d4 100644 --- a/net/http/http_vary_data_unittest.cc +++ b/net/http/http_vary_data_unittest.cc @@ -127,4 +127,3 @@ TEST(HttpVaryDataTest, ImplicitCookieForRedirect2) { EXPECT_FALSE(v.MatchesRequest(b.request, *b.response)); } - diff --git a/net/proxy/proxy_config.cc b/net/proxy/proxy_config.cc index b30cb9e..fb30124 100644 --- a/net/proxy/proxy_config.cc +++ b/net/proxy/proxy_config.cc @@ -26,4 +26,3 @@ bool ProxyConfig::Equals(const ProxyConfig& other) const { } } // namespace net - diff --git a/net/proxy/proxy_config.h b/net/proxy/proxy_config.h index 53fdcb2..5377ed7 100644 --- a/net/proxy/proxy_config.h +++ b/net/proxy/proxy_config.h @@ -67,4 +67,3 @@ class ProxyConfig { } // namespace net #endif // NET_PROXY_PROXY_CONFIG_H_ - diff --git a/net/proxy/proxy_config_service.h b/net/proxy/proxy_config_service.h index 4a802c9..9f6bb50 100644 --- a/net/proxy/proxy_config_service.h +++ b/net/proxy/proxy_config_service.h @@ -24,4 +24,3 @@ class ProxyConfigService { } // namespace net #endif // NET_PROXY_PROXY_CONFIG_SERVICE_H_ - diff --git a/net/proxy/proxy_config_service_fixed.h b/net/proxy/proxy_config_service_fixed.h index 9b8b589..e36ccc0 100644 --- a/net/proxy/proxy_config_service_fixed.h +++ b/net/proxy/proxy_config_service_fixed.h @@ -27,4 +27,3 @@ class ProxyConfigServiceFixed : public ProxyConfigService { } // namespace net #endif // NET_PROXY_PROXY_CONFIG_SERVICE_FIXED_H_ - diff --git a/net/proxy/proxy_config_service_win.cc b/net/proxy/proxy_config_service_win.cc index d4d18e3..0521f1d 100644 --- a/net/proxy/proxy_config_service_win.cc +++ b/net/proxy/proxy_config_service_win.cc @@ -58,4 +58,3 @@ int ProxyConfigServiceWin::GetProxyConfig(ProxyConfig* config) { } } // namespace net - diff --git a/net/proxy/proxy_config_service_win.h b/net/proxy/proxy_config_service_win.h index f9f0366..59b14c6 100644 --- a/net/proxy/proxy_config_service_win.h +++ b/net/proxy/proxy_config_service_win.h @@ -20,4 +20,3 @@ class ProxyConfigServiceWin : public ProxyConfigService { } // namespace net #endif // NET_PROXY_PROXY_CONFIG_SERVICE_WIN_H_ - diff --git a/net/proxy/proxy_info.cc b/net/proxy/proxy_info.cc index c1ef588..59734cf 100644 --- a/net/proxy/proxy_info.cc +++ b/net/proxy/proxy_info.cc @@ -28,4 +28,3 @@ std::string ProxyInfo::ToPacString() { } } // namespace net - diff --git a/net/proxy/proxy_info.h b/net/proxy/proxy_info.h index e66f9ec..db9422d 100644 --- a/net/proxy/proxy_info.h +++ b/net/proxy/proxy_info.h @@ -83,4 +83,3 @@ class ProxyInfo { } // namespace net #endif // NET_PROXY_PROXY_INFO_H_ - diff --git a/net/proxy/proxy_list.cc b/net/proxy/proxy_list.cc index 2313896..36ac113 100644 --- a/net/proxy/proxy_list.cc +++ b/net/proxy/proxy_list.cc @@ -115,4 +115,3 @@ bool ProxyList::Fallback(ProxyRetryInfoMap* proxy_retry_info) { } } // namespace net - diff --git a/net/proxy/proxy_list.h b/net/proxy/proxy_list.h index ac46671..b2b0976 100644 --- a/net/proxy/proxy_list.h +++ b/net/proxy/proxy_list.h @@ -56,4 +56,3 @@ class ProxyList { } // namespace net #endif // NET_PROXY_PROXY_LIST_H_ - diff --git a/net/proxy/proxy_list_unittest.cc b/net/proxy/proxy_list_unittest.cc index c604d0a..c52381e 100644 --- a/net/proxy/proxy_list_unittest.cc +++ b/net/proxy/proxy_list_unittest.cc @@ -70,4 +70,3 @@ TEST(ProxyListTest, RemoveProxiesWithoutScheme) { EXPECT_EQ(tests[i].filtered_pac_output, list.ToPacString()); } } - diff --git a/net/proxy/proxy_resolver.h b/net/proxy/proxy_resolver.h index 254b250..fac8fa0 100644 --- a/net/proxy/proxy_resolver.h +++ b/net/proxy/proxy_resolver.h @@ -51,4 +51,3 @@ class ProxyResolver { } // namespace net #endif // NET_PROXY_PROXY_RESOLVER_H_ - diff --git a/net/proxy/proxy_resolver_winhttp.h b/net/proxy/proxy_resolver_winhttp.h index b709702..066fa6f 100644 --- a/net/proxy/proxy_resolver_winhttp.h +++ b/net/proxy/proxy_resolver_winhttp.h @@ -36,4 +36,3 @@ class ProxyResolverWinHttp : public ProxyResolver { } // namespace net #endif // NET_PROXY_PROXY_RESOLVER_WINHTTP_H_ - diff --git a/net/proxy/proxy_retry_info.h b/net/proxy/proxy_retry_info.h index 3e5149e..c5ac782 100644 --- a/net/proxy/proxy_retry_info.h +++ b/net/proxy/proxy_retry_info.h @@ -28,4 +28,3 @@ typedef std::map<std::string, ProxyRetryInfo> ProxyRetryInfoMap; } // namespace net #endif // NET_PROXY_PROXY_RETRY_INFO_H_ - diff --git a/net/proxy/proxy_server.cc b/net/proxy/proxy_server.cc index c6aea17..8cb1c17 100644 --- a/net/proxy/proxy_server.cc +++ b/net/proxy/proxy_server.cc @@ -213,4 +213,3 @@ ProxyServer ProxyServer::FromSchemeHostAndPort( } } // namespace net - diff --git a/net/proxy/proxy_server.h b/net/proxy/proxy_server.h index 6c3354d..260112c 100644 --- a/net/proxy/proxy_server.h +++ b/net/proxy/proxy_server.h @@ -119,4 +119,3 @@ class ProxyServer { } // namespace net #endif // NET_PROXY_SERVER_H_ - diff --git a/net/proxy/proxy_server_unittest.cc b/net/proxy/proxy_server_unittest.cc index 7ebf529..1625a18 100644 --- a/net/proxy/proxy_server_unittest.cc +++ b/net/proxy/proxy_server_unittest.cc @@ -219,4 +219,3 @@ TEST(ProxyServerTest, FromPACStringInvalid) { EXPECT_FALSE(uri.is_valid()); } } - diff --git a/net/proxy/proxy_service.cc b/net/proxy/proxy_service.cc index ed6fa97..937d98f 100644 --- a/net/proxy/proxy_service.cc +++ b/net/proxy/proxy_service.cc @@ -668,4 +668,3 @@ void SyncProxyServiceHelper::OnCompletion(int rv) { } } // namespace net - diff --git a/net/proxy/proxy_service.h b/net/proxy/proxy_service.h index 81859d8..8ad41c4 100644 --- a/net/proxy/proxy_service.h +++ b/net/proxy/proxy_service.h @@ -242,4 +242,3 @@ class SyncProxyServiceHelper } // namespace net #endif // NET_PROXY_PROXY_SERVICE_H_ - diff --git a/net/tools/crash_cache/crash_cache.cc b/net/tools/crash_cache/crash_cache.cc index 00b0248..ee688c3 100644 --- a/net/tools/crash_cache/crash_cache.cc +++ b/net/tools/crash_cache/crash_cache.cc @@ -306,4 +306,3 @@ int main(int argc, const char* argv[]) { return SlaveCode(path, action); } - diff --git a/net/tools/dump_cache/dump_cache.cc b/net/tools/dump_cache/dump_cache.cc index da59821..8a58cf5 100644 --- a/net/tools/dump_cache/dump_cache.cc +++ b/net/tools/dump_cache/dump_cache.cc @@ -164,4 +164,3 @@ int main(int argc, const char* argv[]) { return DumpHeaders(input_path); return Help(); } - diff --git a/net/url_request/mime_sniffer_proxy.cc b/net/url_request/mime_sniffer_proxy.cc index 6a6b6e9..0e1d0e0 100644 --- a/net/url_request/mime_sniffer_proxy.cc +++ b/net/url_request/mime_sniffer_proxy.cc @@ -72,4 +72,3 @@ void MimeSnifferProxy::OnReadCompleted(URLRequest* request, int bytes_read) { } delegate_->OnReadCompleted(request, bytes_read); } - diff --git a/net/url_request/url_request_about_job.cc b/net/url_request/url_request_about_job.cc index 9c4bd30..917abf9 100644 --- a/net/url_request/url_request_about_job.cc +++ b/net/url_request/url_request_about_job.cc @@ -35,4 +35,3 @@ bool URLRequestAboutJob::GetMimeType(std::string* mime_type) const { void URLRequestAboutJob::StartAsync() { NotifyHeadersComplete(); } - diff --git a/net/url_request/url_request_about_job.h b/net/url_request/url_request_about_job.h index bcddd6a..651a053 100644 --- a/net/url_request/url_request_about_job.h +++ b/net/url_request/url_request_about_job.h @@ -24,4 +24,3 @@ class URLRequestAboutJob : public URLRequestJob { }; #endif // NET_URL_REQUEST_URL_REQUEST_ABOUT_JOB_H_ - diff --git a/net/url_request/url_request_error_job.cc b/net/url_request/url_request_error_job.cc index 032d495..4bb7195 100644 --- a/net/url_request/url_request_error_job.cc +++ b/net/url_request/url_request_error_job.cc @@ -20,4 +20,3 @@ void URLRequestErrorJob::Start() { void URLRequestErrorJob::StartAsync() { NotifyStartError(URLRequestStatus(URLRequestStatus::FAILED, error_)); } - diff --git a/net/url_request/url_request_error_job.h b/net/url_request/url_request_error_job.h index 8dbc798..1810bb2 100644 --- a/net/url_request/url_request_error_job.h +++ b/net/url_request/url_request_error_job.h @@ -22,4 +22,3 @@ class URLRequestErrorJob : public URLRequestJob { }; #endif // NET_URL_REQUEST_URL_REQUEST_ERROR_JOB_H_ - diff --git a/net/url_request/url_request_file_dir_job.cc b/net/url_request/url_request_file_dir_job.cc index 4a21f98..1b37304 100644 --- a/net/url_request/url_request_file_dir_job.cc +++ b/net/url_request/url_request_file_dir_job.cc @@ -219,4 +219,3 @@ bool URLRequestFileDirJob::IsRedirectResponse( return false; } - diff --git a/net/url_request/url_request_file_dir_job.h b/net/url_request/url_request_file_dir_job.h index 6dea9d7..606e3b5 100644 --- a/net/url_request/url_request_file_dir_job.h +++ b/net/url_request/url_request_file_dir_job.h @@ -64,4 +64,3 @@ class URLRequestFileDirJob }; #endif // NET_URL_REQUEST_URL_REQUEST_FILE_DIR_JOB_H__ - diff --git a/net/url_request/url_request_file_job.cc b/net/url_request/url_request_file_job.cc index bc7a50d..cc9de9b 100644 --- a/net/url_request/url_request_file_job.cc +++ b/net/url_request/url_request_file_job.cc @@ -225,4 +225,3 @@ bool URLRequestFileJob::IsRedirectResponse( return false; #endif } - diff --git a/net/url_request/url_request_filter.cc b/net/url_request/url_request_filter.cc index f52855e..189d8db 100644 --- a/net/url_request/url_request_filter.cc +++ b/net/url_request/url_request_filter.cc @@ -129,4 +129,3 @@ URLRequestJob* URLRequestFilter::FindRequestHandler(URLRequest* request, } return job; } - diff --git a/net/url_request/url_request_ftp_job.cc b/net/url_request/url_request_ftp_job.cc index dee4fbb..86e7bdf 100644 --- a/net/url_request/url_request_ftp_job.cc +++ b/net/url_request/url_request_ftp_job.cc @@ -530,4 +530,3 @@ bool URLRequestFtpJob::IsRedirectResponse(GURL* location, return false; } - diff --git a/net/url_request/url_request_http_job.cc b/net/url_request/url_request_http_job.cc index 62ffb42..657af1b 100644 --- a/net/url_request/url_request_http_job.cc +++ b/net/url_request/url_request_http_job.cc @@ -577,4 +577,3 @@ void URLRequestHttpJob::FetchResponseCookies() { while (response_info_->headers->EnumerateHeader(&iter, name, &value)) response_cookies_.push_back(value); } - diff --git a/net/url_request/url_request_inet_job.cc b/net/url_request/url_request_inet_job.cc index f5fb9db..5cc14d5 100644 --- a/net/url_request/url_request_inet_job.cc +++ b/net/url_request/url_request_inet_job.cc @@ -378,4 +378,3 @@ void CALLBACK URLRequestInetJob::URLRequestStatusCallback( break; } } - diff --git a/net/url_request/url_request_inet_job.h b/net/url_request/url_request_inet_job.h index bef0c4f..c5777ba 100644 --- a/net/url_request/url_request_inet_job.h +++ b/net/url_request/url_request_inet_job.h @@ -159,4 +159,3 @@ protected: }; #endif // NET_URL_REQUEST_URL_REQUEST_INET_JOB_H__ - diff --git a/net/url_request/url_request_job_manager.cc b/net/url_request/url_request_job_manager.cc index a0198b8..9b550d1 100644 --- a/net/url_request/url_request_job_manager.cc +++ b/net/url_request/url_request_job_manager.cc @@ -169,4 +169,3 @@ void URLRequestJobManager::UnregisterRequestInterceptor( DCHECK(i != interceptors_.end()); interceptors_.erase(i); } - diff --git a/net/url_request/url_request_job_manager.h b/net/url_request/url_request_job_manager.h index dab3333..2dfbe13 100644 --- a/net/url_request/url_request_job_manager.h +++ b/net/url_request/url_request_job_manager.h @@ -89,4 +89,3 @@ class URLRequestJobManager { }; #endif // NET_URL_REQUEST_URL_REQUEST_JOB_MANAGER_H__ - diff --git a/net/url_request/url_request_job_metrics.cc b/net/url_request/url_request_job_metrics.cc index 8db26fb..69a0605 100644 --- a/net/url_request/url_request_job_metrics.cc +++ b/net/url_request/url_request_job_metrics.cc @@ -32,4 +32,3 @@ void URLRequestJobMetrics::AppendText(std::wstring* text) { text->append(L" fail."); } } - diff --git a/net/url_request/url_request_job_metrics.h b/net/url_request/url_request_job_metrics.h index 5e6de7f..42108db 100644 --- a/net/url_request/url_request_job_metrics.h +++ b/net/url_request/url_request_job_metrics.h @@ -47,4 +47,3 @@ class URLRequestJobMetrics { }; #endif // NET_URL_REQUEST_URL_REQUEST_JOB_METRICS_H_ - diff --git a/net/url_request/url_request_job_tracker.h b/net/url_request/url_request_job_tracker.h index 7c506e7..5f12fc7 100644 --- a/net/url_request/url_request_job_tracker.h +++ b/net/url_request/url_request_job_tracker.h @@ -92,4 +92,3 @@ class URLRequestJobTracker { extern URLRequestJobTracker g_url_request_job_tracker; #endif // NET_URL_REQUEST_URL_REQUEST_JOB_TRACKER_H_ - diff --git a/net/url_request/url_request_simple_job.cc b/net/url_request/url_request_simple_job.cc index 38ee61b..7c02875 100644 --- a/net/url_request/url_request_simple_job.cc +++ b/net/url_request/url_request_simple_job.cc @@ -55,4 +55,3 @@ void URLRequestSimpleJob::StartAsync() { net::ERR_INVALID_URL)); } } - diff --git a/net/url_request/url_request_status.h b/net/url_request/url_request_status.h index c56a47c..f82bb83 100644 --- a/net/url_request/url_request_status.h +++ b/net/url_request/url_request_status.h @@ -64,4 +64,3 @@ class URLRequestStatus { }; #endif // NET_URL_REQUEST_URL_REQUEST_STATUS_H_ - diff --git a/net/url_request/url_request_test_job.cc b/net/url_request/url_request_test_job.cc index 0843c98..d1db02d 100644 --- a/net/url_request/url_request_test_job.cc +++ b/net/url_request/url_request_test_job.cc @@ -175,4 +175,3 @@ bool URLRequestTestJob::ProcessOnePendingMessage() { return true; } - diff --git a/net/url_request/url_request_test_job.h b/net/url_request/url_request_test_job.h index b7e0566..c5b9fae 100644 --- a/net/url_request/url_request_test_job.h +++ b/net/url_request/url_request_test_job.h @@ -85,4 +85,3 @@ class URLRequestTestJob : public URLRequestJob { }; #endif // NET_URL_REQUEST_URL_REQUEST_TEST_JOB_H_ - diff --git a/net/url_request/url_request_unittest.cc b/net/url_request/url_request_unittest.cc index c8e2896..77f08ef 100644 --- a/net/url_request/url_request_unittest.cc +++ b/net/url_request/url_request_unittest.cc @@ -1099,4 +1099,3 @@ TEST_F(URLRequestTest, MAYBE_FTPCheckWrongUser) { EXPECT_EQ(d.bytes_received(), 0); } } - diff --git a/net/url_request/url_request_view_cache_job.cc b/net/url_request/url_request_view_cache_job.cc index 0c6aba2..4c7b622 100644 --- a/net/url_request/url_request_view_cache_job.cc +++ b/net/url_request/url_request_view_cache_job.cc @@ -168,4 +168,3 @@ disk_cache::Backend* URLRequestViewCacheJob::GetDiskCache() const { return http_cache->disk_cache(); } - |