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

Unified Diff: source/common/unicode/icuplug.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/unicode/filteredbrk.h ('k') | source/common/unicode/localpointer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/common/unicode/icuplug.h
diff --git a/source/common/unicode/icuplug.h b/source/common/unicode/icuplug.h
index 61dc2a3eb0afa1d16b59fc13ddc0a1dcd053a691..3a600f7c8a7b0b460c0a7bf04a1b4f92868805d6 100644
--- a/source/common/unicode/icuplug.h
+++ b/source/common/unicode/icuplug.h
@@ -1,7 +1,7 @@
/*
******************************************************************************
*
-* Copyright (C) 2009-2012, International Business Machines
+* Copyright (C) 2009-2015, International Business Machines
* Corporation and others. All Rights Reserved.
*
******************************************************************************
@@ -108,6 +108,10 @@
#include "unicode/utypes.h"
+#if UCONFIG_ENABLE_PLUGINS
+
+
+
/* === Basic types === */
#ifndef U_HIDE_INTERNAL_API
@@ -368,4 +372,7 @@ U_INTERNAL void U_EXPORT2
uplug_removePlug(UPlugData *plug, UErrorCode *status);
#endif /* U_HIDE_INTERNAL_API */
-#endif
+#endif /* UCONFIG_ENABLE_PLUGINS */
+
+#endif /* _ICUPLUG */
+
« no previous file with comments | « source/common/unicode/filteredbrk.h ('k') | source/common/unicode/localpointer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698