Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2438)

Unified Diff: chrome/browser/safe_browsing/protocol_manager.h

Issue 4007: Cleanup EOL and include guards. Lack of EOL on bloom_filter.h had broken the... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 12 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/safe_browsing/chunk_range.h ('k') | chrome/browser/safe_browsing/protocol_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/safe_browsing/protocol_manager.h
===================================================================
--- chrome/browser/safe_browsing/protocol_manager.h (revision 2436)
+++ chrome/browser/safe_browsing/protocol_manager.h (working copy)
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_BROWSER_SAFE_BROWSING_PROTOCOL_MANAGER_H__
-#define CHROME_BROWSER_SAFE_BROWSING_PROTOCOL_MANAGER_H__
+#ifndef CHROME_BROWSER_SAFE_BROWSING_PROTOCOL_MANAGER_H_
+#define CHROME_BROWSER_SAFE_BROWSING_PROTOCOL_MANAGER_H_
// A class that implements Chrome's interface with the SafeBrowsing protocol.
// The SafeBrowsingProtocolManager handles formatting and making requests of,
@@ -204,4 +204,4 @@
DISALLOW_EVIL_CONSTRUCTORS(SafeBrowsingProtocolManager);
};
-#endif // CHROME_BROWSER_SAFE_BROWSING_PROTOCOL_MANAGER_H__
+#endif // CHROME_BROWSER_SAFE_BROWSING_PROTOCOL_MANAGER_H_
« no previous file with comments | « chrome/browser/safe_browsing/chunk_range.h ('k') | chrome/browser/safe_browsing/protocol_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698