summaryrefslogtreecommitdiffstats
path: root/chrome/browser/safe_browsing/safe_browsing_service.h
diff options
context:
space:
mode:
authordeanm@chromium.org <deanm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-09-20 11:42:49 +0000
committerdeanm@chromium.org <deanm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-09-20 11:42:49 +0000
commit5da98afcd7ce538f44d4123b63d14eb6110f57d8 (patch)
tree6c9ec09c3f838de9b3cab84b0200023e9fd96286 /chrome/browser/safe_browsing/safe_browsing_service.h
parentaf946ad7a74f09fbf49e427aca34e9573796c232 (diff)
downloadchromium_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_service.h')
-rw-r--r--chrome/browser/safe_browsing/safe_browsing_service.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/browser/safe_browsing/safe_browsing_service.h b/chrome/browser/safe_browsing/safe_browsing_service.h
index 478fee4..0ae4bfa 100644
--- a/chrome/browser/safe_browsing/safe_browsing_service.h
+++ b/chrome/browser/safe_browsing/safe_browsing_service.h
@@ -5,8 +5,8 @@
// The Safe Browsing service is responsible for downloading anti-phishing and
// anti-malware tables and checking urls against them.
-#ifndef CHROME_BROWSER_SAFE_BROWSING_SAFE_BROWSING_SERVICE_H__
-#define CHROME_BROWSER_SAFE_BROWSING_SAFE_BROWSING_SERVICE_H__
+#ifndef CHROME_BROWSER_SAFE_BROWSING_SAFE_BROWSING_SERVICE_H_
+#define CHROME_BROWSER_SAFE_BROWSING_SAFE_BROWSING_SERVICE_H_
#include <deque>
#include <set>
@@ -253,4 +253,4 @@ class SafeBrowsingService
DISALLOW_EVIL_CONSTRUCTORS(SafeBrowsingService);
};
-#endif // CHROME_BROWSER_SAFE_BROWSING_SAFE_BROWSING_SERVICE_H__
+#endif // CHROME_BROWSER_SAFE_BROWSING_SAFE_BROWSING_SERVICE_H_