diff -r 282be2d13458 -r 4c02a47fcdfc browserutilities/downloadmgr/DownloadMgrServEng/Inc/HttpDownload.h --- a/browserutilities/downloadmgr/DownloadMgrServEng/Inc/HttpDownload.h Thu Mar 04 13:17:10 2010 -0800 +++ b/browserutilities/downloadmgr/DownloadMgrServEng/Inc/HttpDownload.h Thu Mar 04 14:02:57 2010 -0800 @@ -968,12 +968,12 @@ * Notifies gallery about new file * @param aFileName file name */ - void CHttpDownload::NotifyMediaGalleryL( const TDesC& aFileName ); + void NotifyMediaGalleryL( const TDesC& aFileName ); /** * ConvertDownloadNameUniqueL */ - void CHttpDownload::ConvertDownloadNameUniqueL( HBufC*& filePath, + void ConvertDownloadNameUniqueL( HBufC*& filePath, HBufC*& fileName, HBufC*& fileExtn);