Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: src/plugin/PluginWbPassThrough.h

Issue 5750789393874944: [IE] First round of ATL removal (Closed)
Patch Set: Created June 20, 2014, 9:22 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/plugin/PluginWbPassThrough.h
===================================================================
--- a/src/plugin/PluginWbPassThrough.h
+++ b/src/plugin/PluginWbPassThrough.h
@@ -16,9 +16,9 @@
bool m_lastDataReported;
CComPtr<IInternetProtocol> m_pTargetProtocol;
- int GetContentTypeFromMimeType(CString mimeType);
- int GetContentTypeFromURL(CString src);
- int GetContentType(CString mimeType, CString domain, CString src);
+ int GetContentTypeFromMimeType( std::wstring mimeType);
+ int GetContentTypeFromURL( std::wstring src);
+ int GetContentType(std::wstring mimeType, std::wstring domain, std::wstring src);
public:
BEGIN_COM_MAP(WBPassthruSink)
COM_INTERFACE_ENTRY(IHttpNegotiate)

Powered by Google App Engine
This is Rietveld