| Index: components/spellcheck/common/spellcheck_message_generator.h
|
| diff --git a/components/subresource_filter/content/common/subresource_filter_message_generator.cc b/components/spellcheck/common/spellcheck_message_generator.h
|
| similarity index 68%
|
| copy from components/subresource_filter/content/common/subresource_filter_message_generator.cc
|
| copy to components/spellcheck/common/spellcheck_message_generator.h
|
| index 276a08a20ab3ea40cedf2d4402ff467bf8ff48fe..0876034c524de64af94517fbb0eec76d791d33fb 100644
|
| --- a/components/subresource_filter/content/common/subresource_filter_message_generator.cc
|
| +++ b/components/spellcheck/common/spellcheck_message_generator.h
|
| @@ -4,4 +4,6 @@
|
|
|
| // Multiply-included file, hence no include guard.
|
|
|
| -#include "components/subresource_filter/content/common/subresource_filter_message_generator.h"
|
| +#if defined(ENABLE_SPELLCHECK)
|
| +#include "components/spellcheck/common/spellcheck_messages.h"
|
| +#endif
|
|
|