diff options
Diffstat (limited to 'ppapi/c/dev/ppb_file_system_dev.h')
-rw-r--r-- | ppapi/c/dev/ppb_file_system_dev.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/ppapi/c/dev/ppb_file_system_dev.h b/ppapi/c/dev/ppb_file_system_dev.h deleted file mode 100644 index 32ce3fc..0000000 --- a/ppapi/c/dev/ppb_file_system_dev.h +++ /dev/null @@ -1,15 +0,0 @@ -/* Copyright (c) 2011 The Chromium Authors. All rights reserved. - * Use of this source code is governed by a BSD-style license that can be - * found in the LICENSE file. - */ -#ifndef PPAPI_C_DEV_PPB_FILE_SYSTEM_DEV_H_ -#define PPAPI_C_DEV_PPB_FILE_SYSTEM_DEV_H_ - -#include "ppapi/c/ppb_file_system.h" - -#define PPB_FILESYSTEM_DEV_INTERFACE_0_6 "PPB_FileSystem(Dev);0.6" -#define PPB_FILESYSTEM_DEV_INTERFACE PPB_FILESYSTEM_DEV_INTERFACE_0_6 - -typedef struct PPB_FileSystem PPB_FileSystem_Dev; - -#endif /* PPAPI_C_DEV_PPB_FILE_SYSTEM_DEV_H_ */ |