diff options
Diffstat (limited to 'ppapi/tests/test_char_set.h')
-rw-r--r-- | ppapi/tests/test_char_set.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ppapi/tests/test_char_set.h b/ppapi/tests/test_char_set.h index 980b29c..c6a14fe 100644 --- a/ppapi/tests/test_char_set.h +++ b/ppapi/tests/test_char_set.h @@ -24,6 +24,7 @@ class TestCharSet : public TestCase { private: std::string TestUTF16ToCharSet(); std::string TestCharSetToUTF16(); + std::string TestGetDefaultCharSet(); // Converts the given UTF-8 string to a NON-NULL TERMINATED UTF-16 string // stored in the given vector. |