From b6f87899677d55b5830f005e00df61d387c6b548 Mon Sep 17 00:00:00 2001 From: "deanm@chromium.org" Date: Tue, 10 Mar 2009 14:23:48 +0000 Subject: 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 --- chrome/common/net/cache_uitest.cc | 1 - chrome/common/net/cookie_monster_sqlite.h | 1 - chrome/common/net/url_util_unittest.cc | 1 - 3 files changed, 3 deletions(-) (limited to 'chrome/common/net') 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); } } - -- cgit v1.1