| Index: chrome/browser/safe_browsing/bloom_filter.h
|
| ===================================================================
|
| --- chrome/browser/safe_browsing/bloom_filter.h (revision 2436)
|
| +++ chrome/browser/safe_browsing/bloom_filter.h (working copy)
|
| @@ -5,8 +5,8 @@
|
| // A simple bloom filter. It's currently limited to four hashing functions,
|
| // which are calculated from the item's hash.
|
|
|
| -#ifndef CHROME_BROWSER_SAFE_BROWSING_BLOOM_FILTER_H__
|
| -#define CHROME_BROWSER_SAFE_BROWSING_BLOOM_FILTER_H__
|
| +#ifndef CHROME_BROWSER_SAFE_BROWSING_BLOOM_FILTER_H_
|
| +#define CHROME_BROWSER_SAFE_BROWSING_BLOOM_FILTER_H_
|
|
|
| #include "base/scoped_ptr.h"
|
| #include "base/basictypes.h"
|
| @@ -35,4 +35,4 @@
|
| scoped_array<char> data_;
|
| };
|
|
|
| -#endif // CHROME_BROWSER_SAFE_BROWSING_BLOOM_FILTER_H__
|
| +#endif // CHROME_BROWSER_SAFE_BROWSING_BLOOM_FILTER_H_
|
|
|