diff options
author | deanm@chromium.org <deanm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-11 14:33:53 +0000 |
---|---|---|
committer | deanm@chromium.org <deanm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-11 14:33:53 +0000 |
commit | 0c581e6da36097611f471ed626a26fa2fad3389d (patch) | |
tree | 6c93c89345a3d9fa5e1d8d713fdece19d74ba360 /net/http | |
parent | 8867740b27c92e498dc548c15bbaea8579cdd550 (diff) | |
download | chromium_src-0c581e6da36097611f471ed626a26fa2fad3389d.zip chromium_src-0c581e6da36097611f471ed626a26fa2fad3389d.tar.gz chromium_src-0c581e6da36097611f471ed626a26fa2fad3389d.tar.bz2 |
NO CODE CHANGE
Normalize end of file newlines in net/. All files end in a single newline.
Review URL: http://codereview.chromium.org/43079
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11442 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/http')
-rw-r--r-- | net/http/http_atom_list.h | 1 | ||||
-rw-r--r-- | net/http/http_cache.h | 1 | ||||
-rw-r--r-- | net/http/http_network_layer.cc | 1 | ||||
-rw-r--r-- | net/http/http_network_layer.h | 1 | ||||
-rw-r--r-- | net/http/http_network_layer_unittest.cc | 1 | ||||
-rw-r--r-- | net/http/http_network_session.h | 1 | ||||
-rw-r--r-- | net/http/http_network_transaction.h | 1 | ||||
-rw-r--r-- | net/http/http_request_info.h | 1 | ||||
-rw-r--r-- | net/http/http_response_headers.cc | 1 | ||||
-rw-r--r-- | net/http/http_transaction.h | 1 | ||||
-rw-r--r-- | net/http/http_transaction_factory.h | 1 | ||||
-rw-r--r-- | net/http/http_util.cc | 1 | ||||
-rw-r--r-- | net/http/http_util.h | 1 | ||||
-rw-r--r-- | net/http/http_util_unittest.cc | 1 | ||||
-rw-r--r-- | net/http/http_vary_data.cc | 1 | ||||
-rw-r--r-- | net/http/http_vary_data.h | 1 | ||||
-rw-r--r-- | net/http/http_vary_data_unittest.cc | 1 |
17 files changed, 0 insertions, 17 deletions
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)); } - |