Chromium Code Reviews| Index: chrome/tools/convert_dict/dic_reader.h |
| =================================================================== |
| --- chrome/tools/convert_dict/dic_reader.h (revision 7485) |
| +++ chrome/tools/convert_dict/dic_reader.h (working copy) |
| @@ -35,6 +35,7 @@ |
| private: |
| FILE* file_; |
| + FILE* additional_words_file_; |
| // Contains all words and their corresponding affix index. |
| WordList words_; |