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