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

Unified Diff: src/plugin/Wrapper.h

Issue 5750789393874944: [IE] First round of ATL removal (Closed)
Patch Set: Defect corrections Created June 26, 2014, 3:18 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/PluginMutex.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/plugin/Wrapper.h
===================================================================
--- a/src/plugin/Wrapper.h
+++ b/src/plugin/Wrapper.h
@@ -34,13 +34,13 @@
/**
* The underlying browser
*/
- CComQIPtr<IWebBrowser2> _browser;
+ IWebBrowser2 * _browser;
public:
/**
* Ordinary constructor.
*/
- Browser( CComQIPtr<IWebBrowser2> browser )
+ Browser( IWebBrowser2 * browser )
: _browser( browser )
{}
« no previous file with comments | « src/plugin/PluginMutex.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld