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

Unified Diff: views/widget/widget_win.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/widget/widget_win.h
===================================================================
--- views/widget/widget_win.h (revision 25862)
+++ views/widget/widget_win.h (working copy)
@@ -11,6 +11,7 @@
#include <atlmisc.h>
#include "base/message_loop.h"
+#include "base/scoped_comptr_win.h"
#include "base/system_monitor.h"
#include "base/window_impl.h"
#include "views/focus/focus_manager.h"
@@ -586,7 +587,7 @@
int last_mouse_move_y_;
// Instance of accessibility information and handling for MSAA root
- CComPtr<IAccessible> accessibility_root_;
+ ScopedComPtr<IAccessible> accessibility_root_;
scoped_ptr<DefaultThemeProvider> default_theme_provider_;
};

Powered by Google App Engine
This is Rietveld 408576698