Skip to content
Snippets Groups Projects
Commit 51f0c95f authored by Keisuke Kuroyanagi's avatar Keisuke Kuroyanagi Committed by Android (Google) Code Review
Browse files

Merge "Change name of shortcut reading util class."

parents bab69d09 f1e383ed
No related branches found
No related tags found
No related merge requests found
...@@ -71,7 +71,7 @@ LATIN_IME_CORE_SRC_FILES := \ ...@@ -71,7 +71,7 @@ LATIN_IME_CORE_SRC_FILES := \
suggest/core/session/dic_traverse_session.cpp \ suggest/core/session/dic_traverse_session.cpp \
$(addprefix suggest/policyimpl/dictionary/, \ $(addprefix suggest/policyimpl/dictionary/, \
bigram/bigram_list_reading_utils.cpp \ bigram/bigram_list_reading_utils.cpp \
shortcut/binary_dictionary_terminal_attributes_reading_utils.cpp \ shortcut/shortcut_list_reading_utils.cpp \
dictionary_structure_with_buffer_policy_factory.cpp \ dictionary_structure_with_buffer_policy_factory.cpp \
dynamic_patricia_trie_node_reader.cpp \ dynamic_patricia_trie_node_reader.cpp \
dynamic_patricia_trie_policy.cpp \ dynamic_patricia_trie_policy.cpp \
......
...@@ -21,8 +21,7 @@ ...@@ -21,8 +21,7 @@
#include "defines.h" #include "defines.h"
#include "suggest/core/policy/dictionary_shortcuts_structure_policy.h" #include "suggest/core/policy/dictionary_shortcuts_structure_policy.h"
#include \ #include "suggest/policyimpl/dictionary/shortcut/shortcut_list_reading_utils.h"
"suggest/policyimpl/dictionary/shortcut/binary_dictionary_terminal_attributes_reading_utils.h"
namespace latinime { namespace latinime {
......
...@@ -14,8 +14,7 @@ ...@@ -14,8 +14,7 @@
* limitations under the License. * limitations under the License.
*/ */
#include \ #include "suggest/policyimpl/dictionary/shortcut/shortcut_list_reading_utils.h"
"suggest/policyimpl/dictionary/shortcut/binary_dictionary_terminal_attributes_reading_utils.h"
#include "suggest/core/dictionary/byte_array_utils.h" #include "suggest/core/dictionary/byte_array_utils.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment