Chromium Code Reviews| 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 |