diff options
Diffstat (limited to 'ppapi/shared_impl/file_growth.h')
-rw-r--r-- | ppapi/shared_impl/file_growth.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ppapi/shared_impl/file_growth.h b/ppapi/shared_impl/file_growth.h index b9e83ec..23f12e0 100644 --- a/ppapi/shared_impl/file_growth.h +++ b/ppapi/shared_impl/file_growth.h @@ -23,6 +23,11 @@ struct PPAPI_SHARED_EXPORT FileGrowth { typedef std::map<int32_t, FileGrowth> FileGrowthMap; typedef std::map<int32_t, int64_t> FileSizeMap; +PPAPI_SHARED_EXPORT FileGrowthMap FileSizeMapToFileGrowthMapForTesting( + const FileSizeMap& file_sizes); +PPAPI_SHARED_EXPORT FileSizeMap FileGrowthMapToFileSizeMapForTesting( + const FileGrowthMap& file_growths); + } // namespace ppapi #endif // PPAPI_SHARED_IMPL_FILE_GROWTH_H_ |