aboutsummaryrefslogtreecommitdiffstats
path: root/native/jni/com_android_inputmethod_latin_BinaryDictionary.cpp
diff options
context:
space:
mode:
authorKeisuke Kuroyanagi <ksk@google.com>2014-10-09 12:51:56 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-10-09 12:51:56 +0000
commitd9dc829fa6a7bb67b29efa48b97cbdf398717959 (patch)
treea1957cc5b538a7c81a44732d7d810c14b3d992fd /native/jni/com_android_inputmethod_latin_BinaryDictionary.cpp
parentfcff3f8b9dbad42582b510628504200dce30135e (diff)
parentb559c65e7ebc233a1c2c9e92104b7c9edb539e9c (diff)
downloadlatinime-d9dc829fa6a7bb67b29efa48b97cbdf398717959.tar.gz
latinime-d9dc829fa6a7bb67b29efa48b97cbdf398717959.tar.xz
latinime-d9dc829fa6a7bb67b29efa48b97cbdf398717959.zip
am b559c65e: Merge "Rename prev_words_info.h to ngram_context.h"
* commit 'b559c65e7ebc233a1c2c9e92104b7c9edb539e9c': Rename prev_words_info.h to ngram_context.h
Diffstat (limited to 'native/jni/com_android_inputmethod_latin_BinaryDictionary.cpp')
-rw-r--r--native/jni/com_android_inputmethod_latin_BinaryDictionary.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/native/jni/com_android_inputmethod_latin_BinaryDictionary.cpp b/native/jni/com_android_inputmethod_latin_BinaryDictionary.cpp
index 13a9b5743..f8dadb488 100644
--- a/native/jni/com_android_inputmethod_latin_BinaryDictionary.cpp
+++ b/native/jni/com_android_inputmethod_latin_BinaryDictionary.cpp
@@ -28,7 +28,7 @@
#include "suggest/core/dictionary/property/unigram_property.h"
#include "suggest/core/dictionary/property/word_property.h"
#include "suggest/core/result/suggestion_results.h"
-#include "suggest/core/session/prev_words_info.h"
+#include "suggest/core/session/ngram_context.h"
#include "suggest/core/suggest_options.h"
#include "suggest/policyimpl/dictionary/structure/dictionary_structure_with_buffer_policy_factory.h"
#include "utils/char_utils.h"