Index: third_party/liblouis/nacl_wrapper/liblouis_instance.h |
diff --git a/third_party/liblouis/nacl_wrapper/liblouis_instance.h b/third_party/liblouis/nacl_wrapper/liblouis_instance.h |
index d202a7681d776f5f340dc626c2f87fb304bea321..e1064055a24648cc092a9ff113af53c10607fbc7 100644 |
--- a/third_party/liblouis/nacl_wrapper/liblouis_instance.h |
+++ b/third_party/liblouis/nacl_wrapper/liblouis_instance.h |
@@ -60,7 +60,7 @@ class LibLouisInstance : public pp::Instance { |
const std::string& message_id); |
// Called to check a table on a background thread. |
- void CheckTableInBackground(int32_t result, const std::string& table_name, |
+ void CheckTableInBackground(int32_t result, const std::string& table_names, |
const std::string& message_id); |
// Parses and executes a translation command. |
@@ -77,7 +77,7 @@ class LibLouisInstance : public pp::Instance { |
// Called to back-translate text on a background thread. |
void BackTranslateInBackground(int32_t result, |
- const std::string& table_name, const std::vector<unsigned char>& cells, |
+ const std::string& table_names, const std::vector<unsigned char>& cells, |
const std::string& message_id); |
LibLouisWrapper liblouis_; |