diff options
Diffstat (limited to 'app/os_exchange_data.h')
-rw-r--r-- | app/os_exchange_data.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/os_exchange_data.h b/app/os_exchange_data.h index 5fcb3d1..2400266 100644 --- a/app/os_exchange_data.h +++ b/app/os_exchange_data.h @@ -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 @@ class OSExchangeData { typedef std::vector<StoredDataInfo*> StoredData; StoredData contents_; - CComPtr<IDataObject> source_object_; + ScopedComPtr<IDataObject> source_object_; LONG ref_count_; #endif |