| Index: services/prediction/dictionary_service.h
|
| diff --git a/services/prediction/dictionary_service.h b/services/prediction/dictionary_service.h
|
| index 7af1d56396bff3700f1c037729daa8e3851f115e..e171cff1274477acafbd7fb9a5223adcc2490a46 100644
|
| --- a/services/prediction/dictionary_service.h
|
| +++ b/services/prediction/dictionary_service.h
|
| @@ -31,10 +31,10 @@ class DictionaryService {
|
| private:
|
| void CreatDictFromEmbeddedDataIfNotExist(const std::string path);
|
|
|
| - latinime::Dictionary* const OpenDictionary(const std::string path,
|
| - const int start_offset,
|
| - const int size,
|
| - const bool is_updatable);
|
| + latinime::Dictionary* OpenDictionary(const std::string path,
|
| + const int start_offset,
|
| + const int size,
|
| + const bool is_updatable);
|
|
|
| latinime::PrevWordsInfo ProcessPrevWord(
|
| mojo::Array<PrevWordInfoPtr>& prev_words);
|
|
|