| Index: chrome/common/spellcheck_messages.h
|
| diff --git a/chrome/common/spellcheck_messages.h b/chrome/common/spellcheck_messages.h
|
| index b0015593b0115c1fd7f943cc62c6edecd9ff2eaf..4804c3bc05c300e2fe6de810a895c18871962745 100644
|
| --- a/chrome/common/spellcheck_messages.h
|
| +++ b/chrome/common/spellcheck_messages.h
|
| @@ -31,7 +31,7 @@ IPC_MESSAGE_CONTROL1(SpellCheckMsg_EnableSpellCheck,
|
| // RequestDictionary ViewHost message.
|
| IPC_MESSAGE_CONTROL4(SpellCheckMsg_Init,
|
| IPC::PlatformFileForTransit /* bdict_file */,
|
| - std::vector<std::string> /* custom_dict_words */,
|
| + std::set<std::string> /* custom_dict_words */,
|
| std::string /* language */,
|
| bool /* auto spell correct */)
|
|
|
|
|