| Index: chrome_frame/test/chrome_frame_ui_test_utils.h
|
| diff --git a/chrome_frame/test/chrome_frame_ui_test_utils.h b/chrome_frame/test/chrome_frame_ui_test_utils.h
|
| index 86ddf3439939ae0fd2162d17c82463e96f8d6405..680195f09fa8e65cbf6a767a91ff65a75e560f52 100644
|
| --- a/chrome_frame/test/chrome_frame_ui_test_utils.h
|
| +++ b/chrome_frame/test/chrome_frame_ui_test_utils.h
|
| @@ -12,7 +12,7 @@
|
|
|
| #include "base/file_path.h"
|
| #include "base/memory/ref_counted.h"
|
| -#include "base/scoped_comptr_win.h"
|
| +#include "base/win/scoped_comptr.h"
|
| #include "base/win/scoped_variant.h"
|
| #include "chrome_frame/test/win_event_receiver.h"
|
|
|
| @@ -173,7 +173,7 @@ class AccObject : public base::RefCounted<AccObject> {
|
| // Helper method for posting mouse button messages.
|
| bool PostMouseButtonMessages(int button_up, int button_down, int x, int y);
|
|
|
| - ScopedComPtr<IAccessible> accessible_;
|
| + base::win::ScopedComPtr<IAccessible> accessible_;
|
| base::win::ScopedVariant child_id_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(AccObject);
|
|
|