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

Unified Diff: source/test/letest/letest.h

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/test/letest/gendata.xml ('k') | source/test/letest/letest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/test/letest/letest.h
diff --git a/source/test/letest/letest.h b/source/test/letest/letest.h
index 40d1e8f43eb07141088ea0cb8708be7f3774b26e..a98b2b49bb3b0da02583bb1af369b1b7b3782815 100644
--- a/source/test/letest/letest.h
+++ b/source/test/letest/letest.h
@@ -1,7 +1,7 @@
/*
*******************************************************************************
*
- * Copyright (C) 1999-2011, International Business Machines
+ * Copyright (C) 1999-2014, International Business Machines
* Corporation and others. All Rights Reserved.
*
*******************************************************************************
@@ -14,7 +14,12 @@
#ifndef __LETEST_H
#define __LETEST_H
+
+#ifdef USING_ICULEHB
+#include "layout/LETypes.h"
+#else
#include "LETypes.h"
+#endif
#include "unicode/ctest.h"
#include <stdlib.h>
« no previous file with comments | « source/test/letest/gendata.xml ('k') | source/test/letest/letest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698