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

Unified Diff: third_party/hunspell/src/hunspell/license.hunspell

Issue 2544793003: [spellcheck] Updated Hunspell to 1.5.4 (Closed)
Patch Set: Updated patch with encoding change Created 4 years 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 | « third_party/hunspell/src/hunspell/langnum.hxx ('k') | third_party/hunspell/src/hunspell/phonet.hxx » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/hunspell/src/hunspell/license.hunspell
diff --git a/third_party/hunspell/src/hunspell/license.hunspell b/third_party/hunspell/src/hunspell/license.hunspell
index 89c1ec7ae04f119947477e351e0aeda9bb297002..dc2ce9c1e8757479ad2d2fe13b9ec3b01ef59627 100644
--- a/third_party/hunspell/src/hunspell/license.hunspell
+++ b/third_party/hunspell/src/hunspell/license.hunspell
@@ -56,6 +56,6 @@
*
* ***** END LICENSE BLOCK ***** */
-#ifndef HUNSPELL_CHROME_CLIENT
-#include "config.h"
+#ifndef MOZILLA_CLIENT
+# include "config.h"
#endif
« no previous file with comments | « third_party/hunspell/src/hunspell/langnum.hxx ('k') | third_party/hunspell/src/hunspell/phonet.hxx » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698