| Index: src/plugin/PluginWbPassThrough.h | 
| =================================================================== | 
| --- a/src/plugin/PluginWbPassThrough.h | 
| +++ b/src/plugin/PluginWbPassThrough.h | 
| @@ -20,8 +20,8 @@ | 
| bool m_blockedInTransaction; | 
|  | 
| int GetContentTypeFromMimeType(const CString& mimeType); | 
| -	int GetContentTypeFromURL(const CString& src); | 
| -	int GetContentType(const CString& mimeType, const std::wstring& domain, const CString& src); | 
| +  int GetContentTypeFromURL(const std::wstring& src); | 
| +  int GetContentType(const CString& mimeType, const std::wstring& domain, const std::wstring& src); | 
| public: | 
| BEGIN_COM_MAP(WBPassthruSink) | 
| COM_INTERFACE_ENTRY(IHttpNegotiate) | 
|  |