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

Unified Diff: app/os_exchange_data.h

Issue 115309: Remove even more ATL dependencies. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 7 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
« no previous file with comments | « no previous file | app/os_exchange_data_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: app/os_exchange_data.h
===================================================================
--- app/os_exchange_data.h (revision 16052)
+++ app/os_exchange_data.h (working copy)
@@ -8,8 +8,8 @@
#include "build/build_config.h"
#if defined(OS_WIN)
-#include <atlbase.h>
#include <objidl.h>
+#include "base/scoped_comptr_win.h"
#endif
#include <string>
@@ -154,7 +154,7 @@
typedef std::vector<StoredDataInfo*> StoredData;
StoredData contents_;
- CComPtr<IDataObject> source_object_;
+ ScopedComPtr<IDataObject> source_object_;
LONG ref_count_;
#endif
« no previous file with comments | « no previous file | app/os_exchange_data_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698