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

Unified Diff: mojo/icu/icu.cc

Issue 854433002: Update the sha1hash of the ICU data table (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: 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 | « no previous file | services/icu_data/embed_icu_data.py » ('j') | services/icu_data/icu_data_impl.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/icu/icu.cc
diff --git a/mojo/icu/icu.cc b/mojo/icu/icu.cc
index 17b55b85b75986955797530b0f9909d379d1f5a0..c93f936e714b0c1165689abe5b94fdad35f1d377 100644
--- a/mojo/icu/icu.cc
+++ b/mojo/icu/icu.cc
@@ -18,8 +18,8 @@ namespace icu {
namespace {
// These values are for Android arm32.
-const char kDataHash[] = "750429c6b974f0207c476910cb688f08936317aa";
-const int64_t kDataSize = 6038640;
+const char kDataHash[] = "3ef55e413a9d429e404e10fe8ec566009d3889f3";
+const int64_t kDataSize = 6037440;
class Callback {
public:
« no previous file with comments | « no previous file | services/icu_data/embed_icu_data.py » ('j') | services/icu_data/icu_data_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698