/* Copyright (c) 2010 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_PP_FILE_INFO_DEV_H_ #define PPAPI_C_DEV_PP_FILE_INFO_DEV_H_ #include "ppapi/c/pp_file_info.h" typedef PP_FileType PP_FileType_Dev; typedef PP_FileSystemType PP_FileSystemType_Dev; typedef struct PP_FileInfo PP_FileInfo_Dev; #endif /* PPAPI_C_DEV_PP_FILE_INFO_DEV_H_ */