pkgsrc-wip/chromium/patches/patch-base_i18n_number__formatting.h
Rui-Xiang Guo fa06d0f9e3 Update chromium to 10.0.648.205 that is based on the OpenBSD's ports with
modifying for *BSD support and additional NetBSD specific patches.
This version includes some security bug fixes.
2011-04-28 03:09:01 +00:00

13 lines
336 B
C++

$NetBSD: patch-base_i18n_number__formatting.h,v 1.1 2011/04/28 03:09:02 rxg Exp $
--- base/i18n/number_formatting.h.orig 2011-04-13 08:01:34.000000000 +0000
+++ base/i18n/number_formatting.h
@@ -11,7 +11,7 @@
namespace base {
-string16 FormatNumber(int64 number);
+string16 FormatNumber(int64_t number);
} // namespace base