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

Unified Diff: chrome/browser/safe_browsing/chunk_range.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
Index: chrome/browser/safe_browsing/chunk_range.h
===================================================================
--- chrome/browser/safe_browsing/chunk_range.h (revision 2436)
+++ chrome/browser/safe_browsing/chunk_range.h (working copy)
@@ -11,8 +11,8 @@
// class is a simple and compact mechanism for storing a continuous list of
// chunk numbers.
-#ifndef CHROME_BROWSER_SAFE_BROWSING_CHUNK_RANGE_H__
-#define CHROME_BROWSER_SAFE_BROWSING_CHUNK_RANGE_H__
+#ifndef CHROME_BROWSER_SAFE_BROWSING_CHUNK_RANGE_H_
+#define CHROME_BROWSER_SAFE_BROWSING_CHUNK_RANGE_H_
#include <string>
#include <vector>
@@ -61,4 +61,4 @@
std::vector<ChunkRange>* ranges);
-#endif // CHROME_BROWSER_SAFE_BROWSING_CHUNK_RANGE_H__
+#endif // CHROME_BROWSER_SAFE_BROWSING_CHUNK_RANGE_H_
« no previous file with comments | « chrome/browser/safe_browsing/bloom_filter_unittest.cc ('k') | chrome/browser/safe_browsing/protocol_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698