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

Unified Diff: src/shared/MsHTMLUtils.h

Issue 29331537: Noissue - Change argument of 'GetHtmlElementAttribute()' to 'std::wstring'
Patch Set: rebase only Created May 17, 2016, 7:40 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
« no previous file with comments | « src/plugin/PluginFilter.cpp ('k') | src/shared/MsHTMLUtils.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/shared/MsHTMLUtils.h
===================================================================
--- a/src/shared/MsHTMLUtils.h
+++ b/src/shared/MsHTMLUtils.h
@@ -32,6 +32,6 @@
};
GetHtmlElementAttributeResult GetHtmlElementAttribute(IHTMLElement& htmlElement,
- const ATL::CComBSTR& attributeName);
+ const std::wstring& attributeName);
#endif
« no previous file with comments | « src/plugin/PluginFilter.cpp ('k') | src/shared/MsHTMLUtils.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld