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 @@
|
|||
#define ATOM_BROWSER_UI_WIN_TASKBAR_HOST_H_
|
||||
|
||||
#include <shobjidl.h>
|
||||
#include <wrl/client.h>
|
||||
|
||||
#include <map>
|
||||
#include <string>
|
||||
|
@ -13,7 +14,6 @@
|
|||
|
||||
#include "atom/browser/native_window.h"
|
||||
#include "base/callback.h"
|
||||
#include "base/win/scoped_comptr.h"
|
||||
#include "ui/gfx/geometry/rect.h"
|
||||
#include "ui/gfx/image/image.h"
|
||||
|
||||
|
@ -66,7 +66,7 @@ class TaskbarHost {
|
|||
std::vector<ThumbarButton> last_buttons_;
|
||||
|
||||
// The COM object of taskbar.
|
||||
base::win::ScopedComPtr<ITaskbarList3> taskbar_;
|
||||
Microsoft::WRL::ComPtr<ITaskbarList3> taskbar_;
|
||||
|
||||
// Whether we have already added the buttons to thumbar.
|
||||
bool thumbar_buttons_added_ = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue