Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3191)

Unified Diff: views/widget/widget_win.cc

Issue 200045: Use Scoped[Bstr,ComPtr,Variant] instead of their ATL equivalents to reduce de... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: views/widget/widget_win.cc
===================================================================
--- views/widget/widget_win.cc (revision 25862)
+++ views/widget/widget_win.cc (working copy)
@@ -470,7 +470,7 @@
return static_cast<LRESULT>(0L);
}
- CComPtr<IAccessible> accessibility_instance(instance);
+ ScopedComPtr<IAccessible> accessibility_instance(instance);
if (!SUCCEEDED(instance->Initialize(root_view_.get()))) {
// Return with failure.
« chrome/browser/history/history_publisher_win.cc ('K') | « views/widget/widget_win.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698