diff options
author | garianov@google.com <garianov@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-16 20:59:23 +0000 |
---|---|---|
committer | garianov@google.com <garianov@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-16 20:59:23 +0000 |
commit | 52d2c8e0d85be3f3f6eca7b54e15b6e9d43a0182 (patch) | |
tree | 19097d31f50a93724cdbc93c29af94a044b900cd /ppapi/c | |
parent | 6497b9d91e37f3635c7ea51cd63494bead7d5911 (diff) | |
download | chromium_src-52d2c8e0d85be3f3f6eca7b54e15b6e9d43a0182.zip chromium_src-52d2c8e0d85be3f3f6eca7b54e15b6e9d43a0182.tar.gz chromium_src-52d2c8e0d85be3f3f6eca7b54e15b6e9d43a0182.tar.bz2 |
Run Pepper unit tests in Native Client
copy of http://codereview.chromium.org/4991006/
had to do it again in 'commitable' version of chrome tree
Review URL: http://codereview.chromium.org/4979006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66321 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/c')
-rw-r--r-- | ppapi/c/dev/ppb_char_set_dev.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ppapi/c/dev/ppb_char_set_dev.h b/ppapi/c/dev/ppb_char_set_dev.h index 9b9d8e5..a433c62 100644 --- a/ppapi/c/dev/ppb_char_set_dev.h +++ b/ppapi/c/dev/ppb_char_set_dev.h @@ -29,7 +29,7 @@ enum PP_CharSet_ConversionError { // it will use the unicode "substitution character" U+FFFD. When converting // to another character set, the character will be charset-specific. For // many languages this will be the representation of the '?' character. - PP_CHARSET_CONVERSIONERROR_SUBSTITUTE, + PP_CHARSET_CONVERSIONERROR_SUBSTITUTE }; struct PPB_CharSet_Dev { |