Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(483)

Unified Diff: source/common/unicode/listformatter.h

Issue 2440913002: Update ICU to 58.1
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « source/common/unicode/idna.h ('k') | source/common/unicode/localpointer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/common/unicode/listformatter.h
diff --git a/source/common/unicode/listformatter.h b/source/common/unicode/listformatter.h
index e48faaa1276c70b8bc38a7fe6cda237a6f5f24af..f2c898881a7939d6d5ebfe2e87931e3fb3d7ae03 100644
--- a/source/common/unicode/listformatter.h
+++ b/source/common/unicode/listformatter.h
@@ -1,7 +1,9 @@
+// Copyright (C) 2016 and later: Unicode, Inc. and others.
+// License & terms of use: http://www.unicode.org/copyright.html
/*
*******************************************************************************
*
-* Copyright (C) 2012-2014, International Business Machines
+* Copyright (C) 2012-2016, International Business Machines
* Corporation and others. All Rights Reserved.
*
*******************************************************************************
@@ -145,7 +147,7 @@ class U_COMMON_API ListFormatter : public UObject{
/**
* @internal constructor made public for testing.
*/
- ListFormatter(const ListFormatData &data);
+ ListFormatter(const ListFormatData &data, UErrorCode &errorCode);
/**
* @internal constructor made public for testing.
*/
« no previous file with comments | « source/common/unicode/idna.h ('k') | source/common/unicode/localpointer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698