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.h | |
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.h')
-rw-r--r-- | chrome/browser/safe_browsing/safe_browsing_util.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/chrome/browser/safe_browsing/safe_browsing_util.h b/chrome/browser/safe_browsing/safe_browsing_util.h index f43d85b..1e40323 100644 --- a/chrome/browser/safe_browsing/safe_browsing_util.h +++ b/chrome/browser/safe_browsing/safe_browsing_util.h @@ -4,8 +4,8 @@ // // Utilities for the SafeBrowsing code. -#ifndef CHROME_BROWSER_SAFE_BROWSING_UTIL_H__ -#define CHROME_BROWSER_SAFE_BROWSING_UTIL_H__ +#ifndef CHROME_BROWSER_SAFE_BROWSING_SAFE_BROWSING_UTIL_H_ +#define CHROME_BROWSER_SAFE_BROWSING_SAFE_BROWSING_UTIL_H_ #include <string.h> @@ -299,5 +299,4 @@ GURL GeneratePhishingReportUrl(const std::string& report_page, } // namespace safe_browsing_util -#endif // CHROME_BROWSER_SAFE_BROWSING_UTIL_H__ - +#endif // CHROME_BROWSER_SAFE_BROWSING_SAFE_BROWSING_UTIL_H_ |