summaryrefslogtreecommitdiffstats
path: root/chrome/common/net
diff options
context:
space:
mode:
authordeanm@chromium.org <deanm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-10 14:23:48 +0000
committerdeanm@chromium.org <deanm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-10 14:23:48 +0000
commitb6f87899677d55b5830f005e00df61d387c6b548 (patch)
tree3becccc1e5fd36eda47930c66df3a3a9ee332f00 /chrome/common/net
parent2fcccc7295206f24e1bc8526b40273cc6c30373e (diff)
downloadchromium_src-b6f87899677d55b5830f005e00df61d387c6b548.zip
chromium_src-b6f87899677d55b5830f005e00df61d387c6b548.tar.gz
chromium_src-b6f87899677d55b5830f005e00df61d387c6b548.tar.bz2
NO CODE CHANGE
Normalize end of file newlines in chrome/. All files end in a single newline. Review URL: http://codereview.chromium.org/42015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11331 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/net')
-rw-r--r--chrome/common/net/cache_uitest.cc1
-rw-r--r--chrome/common/net/cookie_monster_sqlite.h1
-rw-r--r--chrome/common/net/url_util_unittest.cc1
3 files changed, 0 insertions, 3 deletions
diff --git a/chrome/common/net/cache_uitest.cc b/chrome/common/net/cache_uitest.cc
index 4dc017f..99b4186 100644
--- a/chrome/common/net/cache_uitest.cc
+++ b/chrome/common/net/cache_uitest.cc
@@ -176,4 +176,3 @@ TEST_F(CacheTest, NoStoreMaxAge) {
TEST_F(CacheTest, NoTransform) {
RunCacheTest(L"cache/no-transform", false, false);
}
-
diff --git a/chrome/common/net/cookie_monster_sqlite.h b/chrome/common/net/cookie_monster_sqlite.h
index 14da41c..dac5b26 100644
--- a/chrome/common/net/cookie_monster_sqlite.h
+++ b/chrome/common/net/cookie_monster_sqlite.h
@@ -50,4 +50,3 @@ class SQLitePersistentCookieStore
};
#endif // CHROME_COMMON_NET_COOKIE_MONSTER_SQLITE_H__
-
diff --git a/chrome/common/net/url_util_unittest.cc b/chrome/common/net/url_util_unittest.cc
index 217f6ca..9462789 100644
--- a/chrome/common/net/url_util_unittest.cc
+++ b/chrome/common/net/url_util_unittest.cc
@@ -50,4 +50,3 @@ TEST(URLUtil, Scheme) {
EXPECT_EQ(parsed_scheme.len, found_scheme.len);
}
}
-