| Index: components/spellcheck/common/spellcheck_message_generator.h
 | 
| diff --git a/components/spellcheck/common/spellcheck_message_generator.h b/components/spellcheck/common/spellcheck_message_generator.h
 | 
| index 0876034c524de64af94517fbb0eec76d791d33fb..ccd76dd0e25a0f3b04e41fa91b325466e5d6439a 100644
 | 
| --- a/components/spellcheck/common/spellcheck_message_generator.h
 | 
| +++ b/components/spellcheck/common/spellcheck_message_generator.h
 | 
| @@ -4,6 +4,8 @@
 | 
|  
 | 
|  // Multiply-included file, hence no include guard.
 | 
|  
 | 
| -#if defined(ENABLE_SPELLCHECK)
 | 
| +#include "components/spellcheck/spellcheck_build_features.h"
 | 
| +
 | 
| +#if BUILDFLAG(ENABLE_SPELLCHECK)
 | 
|  #include "components/spellcheck/common/spellcheck_messages.h"
 | 
|  #endif
 | 
| 
 |