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

Unified Diff: services/icu_data/data.h

Issue 826093004: Support ICU on Android (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Address review comments 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
Index: services/icu_data/data.h
diff --git a/services/icu_data/data.h b/services/icu_data/data.h
new file mode 100644
index 0000000000000000000000000000000000000000..e7da005e0d6f3f82f6451369c216840e611b3638
--- /dev/null
+++ b/services/icu_data/data.h
@@ -0,0 +1,17 @@
+// Copyright 2015 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.
+
+#ifndef SERVICES_ICU_DATA_DATA_H_
+#define SERVICES_ICU_DATA_DATA_H_
+
+#include <stdint.h>
+
+namespace icu_data {
+
+extern const char kICUDataTableHash[];
+extern const char kICUDataTable[];
+extern const size_t kICUDataTableSize;
+}
+
+#endif // SERVICES_ICU_DATA_DATA_H_

Powered by Google App Engine
This is Rietveld 408576698