Index: 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 45dd00b00eaae1f0efbfb8fb6c8c738a50281be7..d2e92041ab8f2eaa89dd975f0786c4cd0d495aa6 100644 |
--- a/chrome/browser/safe_browsing/safe_browsing_util.h |
+++ b/chrome/browser/safe_browsing/safe_browsing_util.h |
@@ -1,4 +1,4 @@ |
-// Copyright (c) 2010 The Chromium Authors. All rights reserved. |
+// Copyright (c) 2011 The Chromium Authors. All rights reserved. |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
// |
@@ -21,7 +21,7 @@ class GURL; |
class SBEntry; |
// A truncated hash's type. |
-typedef int SBPrefix; |
+typedef int32 SBPrefix; |
// Container for holding a chunk URL and the MAC of the contents of the URL. |
struct ChunkUrl { |