From 7753c3f48f5d3fea1ac91575de75d78f8085be83 Mon Sep 17 00:00:00 2001 From: "pkasting@chromium.org" Date: Wed, 2 Dec 2009 03:59:28 +0000 Subject: 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 --- chrome/browser/safe_browsing/safe_browsing_util.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'chrome/browser/safe_browsing/safe_browsing_util.h') 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 { -- cgit v1.1