diff options
author | jond@google.com <jond@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-07 18:59:40 +0000 |
---|---|---|
committer | jond@google.com <jond@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-07 18:59:40 +0000 |
commit | e8659661343fd9417843a60b343ba8fa71af6953 (patch) | |
tree | 9497e45ebe701b36bd6e401c28b323cd1deac5f5 /ppapi/c/pp_input_event.h | |
parent | e4cbcc77d2e11a060e1232dcf60ad647a4d4dfb5 (diff) | |
download | chromium_src-e8659661343fd9417843a60b343ba8fa71af6953.zip chromium_src-e8659661343fd9417843a60b343ba8fa71af6953.tar.gz chromium_src-e8659661343fd9417843a60b343ba8fa71af6953.tar.bz2 |
Fixed some TODO comments so they wouldn't show up in the docs.
Review URL: http://codereview.chromium.org/9600025
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125420 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/c/pp_input_event.h')
-rw-r--r-- | ppapi/c/pp_input_event.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ppapi/c/pp_input_event.h b/ppapi/c/pp_input_event.h index 189f517..cf7277e 100644 --- a/ppapi/c/pp_input_event.h +++ b/ppapi/c/pp_input_event.h @@ -3,7 +3,7 @@ * found in the LICENSE file. */ -/* From pp_input_event.idl modified Fri Jan 20 13:08:22 2012. */ +/* From pp_input_event.idl modified Mon Mar 5 10:13:42 2012. */ #ifndef PPAPI_C_PP_INPUT_EVENT_H_ #define PPAPI_C_PP_INPUT_EVENT_H_ |