| 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_;
|
|
|