Remove ScopedComPtr and scoped_comptr.h
https://chromium-review.googlesource.com/726461
This commit is contained in:
parent
82d204e932
commit
f6648a0d4d
4 changed files with 11 additions and 10 deletions
|
@ -6,6 +6,7 @@
|
|||
|
||||
#if defined(OS_WIN)
|
||||
#include <objbase.h>
|
||||
#include <wrl/client.h>
|
||||
#endif
|
||||
|
||||
#include <vector>
|
||||
|
@ -741,7 +742,7 @@ void NativeWindowViews::FlashFrame(bool flash) {
|
|||
|
||||
void NativeWindowViews::SetSkipTaskbar(bool skip) {
|
||||
#if defined(OS_WIN)
|
||||
base::win::ScopedComPtr<ITaskbarList> taskbar;
|
||||
Microsoft::WRL::ComPtr<ITaskbarList> taskbar;
|
||||
if (FAILED(::CoCreateInstance(CLSID_TaskbarList, nullptr,
|
||||
CLSCTX_INPROC_SERVER,
|
||||
IID_PPV_ARGS(&taskbar))) ||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue