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

Unified Diff: source/common/ustr_cnv.cpp

Issue 845603002: Update ICU to 54.1 step 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@master
Patch Set: remove unusued directories Created 5 years, 11 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/ustr_cnv.c ('k') | source/common/ustrcase.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/common/ustr_cnv.cpp
diff --git a/source/common/ustr_cnv.c b/source/common/ustr_cnv.cpp
similarity index 98%
rename from source/common/ustr_cnv.c
rename to source/common/ustr_cnv.cpp
index f46d937daed753e34a5da954c38b518fea5d798b..b33c6a5ea351b2db8cd25f295377d706de2218a7 100644
--- a/source/common/ustr_cnv.c
+++ b/source/common/ustr_cnv.cpp
@@ -1,11 +1,11 @@
/*
*******************************************************************************
*
-* Copyright (C) 1998-2013, International Business Machines
+* Copyright (C) 1998-2014, International Business Machines
* Corporation and others. All Rights Reserved.
*
*******************************************************************************
-* file name: ustr_cnv.c
+* file name: ustr_cnv.cpp
* encoding: US-ASCII
* tab size: 8 (not used)
* indentation:4
@@ -24,7 +24,7 @@
#include "unicode/ucnv.h"
#include "cstring.h"
#include "cmemory.h"
-#include "cmutex.h"
+#include "umutex.h"
#include "ustr_cnv.h"
/* mutexed access to a shared default converter ----------------------------- */
« no previous file with comments | « source/common/ustr_cnv.c ('k') | source/common/ustrcase.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698