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

Unified Diff: views/accessibility/view_accessibility_wrapper.h

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/accessibility/view_accessibility_wrapper.h
===================================================================
--- views/accessibility/view_accessibility_wrapper.h (revision 25862)
+++ views/accessibility/view_accessibility_wrapper.h (working copy)
@@ -9,6 +9,7 @@
#include <oleacc.h>
#include "base/basictypes.h"
+#include "base/scoped_comptr_win.h"
namespace views {
class View;
@@ -44,7 +45,7 @@
private:
// Instance of accessibility information and handling for a View.
- CComPtr<IAccessible> accessibility_info_;
+ ScopedComPtr<IAccessible> accessibility_info_;
// View needed to initialize IAccessible.
views::View* view_;

Powered by Google App Engine
This is Rietveld 408576698