summaryrefslogtreecommitdiffstats
path: root/ppapi/c/ppb_file_ref.h
diff options
context:
space:
mode:
authornoelallen@google.com <noelallen@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-14 16:02:19 +0000
committernoelallen@google.com <noelallen@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-14 16:02:19 +0000
commitc7eb5178d897f48850fe8ba8ee7a5b4095825095 (patch)
tree5f64e9359a2e712c3bbe77631bb341d45b9b98ec /ppapi/c/ppb_file_ref.h
parentf31e2e5428b57f744b93021b80e17b4505a38f4d (diff)
downloadchromium_src-c7eb5178d897f48850fe8ba8ee7a5b4095825095.zip
chromium_src-c7eb5178d897f48850fe8ba8ee7a5b4095825095.tar.gz
chromium_src-c7eb5178d897f48850fe8ba8ee7a5b4095825095.tar.bz2
Trivial ppapi/c headers changes
Trivial changes to C headers for consistency with generated code prior to throwing the switch. TEST= tryserver BUG= http://code.google.com/p/chromium/issues/detail?id=76271 Review URL: http://codereview.chromium.org/7360008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92550 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/c/ppb_file_ref.h')
-rw-r--r--ppapi/c/ppb_file_ref.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/ppapi/c/ppb_file_ref.h b/ppapi/c/ppb_file_ref.h
index e204c28..f3dd432 100644
--- a/ppapi/c/ppb_file_ref.h
+++ b/ppapi/c/ppb_file_ref.h
@@ -6,8 +6,8 @@
#define PPAPI_C_PPB_FILE_REF_H_
#include "ppapi/c/pp_bool.h"
+#include "ppapi/c/pp_completion_callback.h"
#include "ppapi/c/pp_file_info.h"
-#include "ppapi/c/pp_instance.h"
#include "ppapi/c/pp_resource.h"
#include "ppapi/c/pp_var.h"
@@ -17,14 +17,12 @@
* file in a file system.
*/
-struct PP_CompletionCallback;
-
#define PPB_FILEREF_INTERFACE_0_9 "PPB_FileRef;0.9"
#define PPB_FILEREF_INTERFACE_1_0 "PPB_FileRef;1.0"
#define PPB_FILEREF_INTERFACE PPB_FILEREF_INTERFACE_1_0
/**
- * @addtogroup Structs
+ * @addtogroup Interfaces
* @{
*/
/**