X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fppapi%2Fshared_impl%2Ffile_growth.h;h=23f12e0298c69f2ad8cec23990f0b3cc3f1413f3;hb=ff3e2503a20db9193d323c1d19c38c68004dec4a;hp=b9e83ec3b1de9b65c74b4b3100ea3522ee029dba;hpb=7338fba38ba696536d1cc9d389afd716a6ab2fe6;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/ppapi/shared_impl/file_growth.h b/src/ppapi/shared_impl/file_growth.h index b9e83ec..23f12e0 100644 --- a/src/ppapi/shared_impl/file_growth.h +++ b/src/ppapi/shared_impl/file_growth.h @@ -23,6 +23,11 @@ struct PPAPI_SHARED_EXPORT FileGrowth { typedef std::map FileGrowthMap; typedef std::map 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_