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

Unified Diff: source/common/icuplugimp.h

Issue 1621843002: ICU 56 update step 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@561
Patch Set: Created 4 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/icuplug.cpp ('k') | source/common/listformatter.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/common/icuplugimp.h
diff --git a/source/common/icuplugimp.h b/source/common/icuplugimp.h
index 53b9c0cd6f0d9c762ab956f01d2c8c9f9346143b..6b4f12279a9f65d620f458054ba895d0833171e3 100644
--- a/source/common/icuplugimp.h
+++ b/source/common/icuplugimp.h
@@ -1,7 +1,7 @@
/*
******************************************************************************
*
-* Copyright (C) 2009-2010, International Business Machines
+* Copyright (C) 2009-2015, International Business Machines
* Corporation and others. All Rights Reserved.
*
******************************************************************************
@@ -21,6 +21,8 @@
#include "unicode/icuplug.h"
+#if UCONFIG_ENABLE_PLUGINS
+
/*========================*/
/** @{ Library Manipulation
*/
@@ -85,3 +87,5 @@ uplug_getPluginFile(void);
/** @} */
#endif
+
+#endif
« no previous file with comments | « source/common/icuplug.cpp ('k') | source/common/listformatter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698