diff options
author | pkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-02 03:59:28 +0000 |
---|---|---|
committer | pkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-02 03:59:28 +0000 |
commit | 7753c3f48f5d3fea1ac91575de75d78f8085be83 (patch) | |
tree | f208cc49a35359cd4fee7f0f9f4b1ff3015e7e1e /chrome/browser/safe_browsing/safe_browsing_util.h | |
parent | 3fb0ed2d312be00f356a9c5b3bca7ed522dc9e06 (diff) | |
download | chromium_src-7753c3f48f5d3fea1ac91575de75d78f8085be83.zip chromium_src-7753c3f48f5d3fea1ac91575de75d78f8085be83.tar.gz chromium_src-7753c3f48f5d3fea1ac91575de75d78f8085be83.tar.bz2 |
Make the safe_browsing_util.cc function definition order match the declaration order.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/460008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33545 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 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/chrome/browser/safe_browsing/safe_browsing_util.h b/chrome/browser/safe_browsing/safe_browsing_util.h index 0a3c75da..fe69d0e 100644 --- a/chrome/browser/safe_browsing/safe_browsing_util.h +++ b/chrome/browser/safe_browsing/safe_browsing_util.h @@ -83,6 +83,8 @@ struct SBChunkDelete { }; +// SBEntry --------------------------------------------------------------------- + // Holds information about the prefixes for a hostkey. prefixes can either be // 4 bytes (truncated hash) or 32 bytes (full hash). // For adds: @@ -215,6 +217,8 @@ class SBEntry { }; +// SBHostInfo ------------------------------------------------------------------ + // Holds the hostkey specific information in the database. This is basically a // collection of SBEntry objects. class SBHostInfo { @@ -265,7 +269,7 @@ class SBHostInfo { }; -// Helper functions ----------------------------------------------------------- +// Utility functions ----------------------------------------------------------- namespace safe_browsing_util { |