diff options
author | deanm@chromium.org <deanm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-09-20 11:42:49 +0000 |
---|---|---|
committer | deanm@chromium.org <deanm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-09-20 11:42:49 +0000 |
commit | 5da98afcd7ce538f44d4123b63d14eb6110f57d8 (patch) | |
tree | 6c9ec09c3f838de9b3cab84b0200023e9fd96286 /chrome/browser/safe_browsing/safe_browsing_util.cc | |
parent | af946ad7a74f09fbf49e427aca34e9573796c232 (diff) | |
download | chromium_src-5da98afcd7ce538f44d4123b63d14eb6110f57d8.zip chromium_src-5da98afcd7ce538f44d4123b63d14eb6110f57d8.tar.gz chromium_src-5da98afcd7ce538f44d4123b63d14eb6110f57d8.tar.bz2 |
Cleanup EOL and include guards, including fixing one guard that was not the correct path. Lack of EOL on bloom_filter.h had broken the Linux build, this is a fatal warning with GCC.
Review URL: http://codereview.chromium.org/4007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2437 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/safe_browsing/safe_browsing_util.cc')
-rw-r--r-- | chrome/browser/safe_browsing/safe_browsing_util.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/browser/safe_browsing/safe_browsing_util.cc b/chrome/browser/safe_browsing/safe_browsing_util.cc index 13409ed..23effa5 100644 --- a/chrome/browser/safe_browsing/safe_browsing_util.cc +++ b/chrome/browser/safe_browsing/safe_browsing_util.cc @@ -615,4 +615,3 @@ bool SBHostInfo::GetNextEntry(const SBEntry** entry) { return false; } - |