summaryrefslogtreecommitdiffstats
path: root/ppapi/c/pp_file_info.h
diff options
context:
space:
mode:
authornoelallen@google.com <noelallen@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-12 00:59:31 +0000
committernoelallen@google.com <noelallen@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-12 00:59:31 +0000
commitb2b420d78ea19d0121dceb1d025bf8db8626a2d4 (patch)
treec8f86cdb49ce09235e52f68d4cf77b9e3456464f /ppapi/c/pp_file_info.h
parentba7fd4a9ccc5c568e1357d6a739c53411c8f8e13 (diff)
downloadchromium_src-b2b420d78ea19d0121dceb1d025bf8db8626a2d4.zip
chromium_src-b2b420d78ea19d0121dceb1d025bf8db8626a2d4.tar.gz
chromium_src-b2b420d78ea19d0121dceb1d025bf8db8626a2d4.tar.bz2
Trivial changes to PPAPI headers
These trivial changes make the PPAPI headers more consistent. This allows the headers to more closely match the autogenerated ones simplifying validation before we switch over to IDL. TEST= tryserver BUG= http://code.google.com/p/chromium/issues/detail?id=76271 Review URL: http://codereview.chromium.org/7333003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92088 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/c/pp_file_info.h')
-rw-r--r--ppapi/c/pp_file_info.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ppapi/c/pp_file_info.h b/ppapi/c/pp_file_info.h
index 8d82225..e433b5d 100644
--- a/ppapi/c/pp_file_info.h
+++ b/ppapi/c/pp_file_info.h
@@ -59,8 +59,8 @@ PP_COMPILE_ASSERT_SIZE_IN_BYTES(PP_FileSystemType, 4);
* such as size, type, and creation time.
*/
struct PP_FileInfo {
- /** This value represents the size of the file. */
- int64_t size; /* Measured in bytes */
+ /** This value represents the size of the file measured in bytes */
+ int64_t size;
/**
* This value represents the type of file as defined by the