| Index: ui/base/cocoa/hover_image_button_unittest.mm
|
| diff --git a/ui/base/cocoa/hover_image_button_unittest.mm b/ui/base/cocoa/hover_image_button_unittest.mm
|
| index b8b5c37ce752a03f4d90588a025042990c4067ee..cc1cca0fab4e66268f608bd496c76ebb54d04ad3 100644
|
| --- a/ui/base/cocoa/hover_image_button_unittest.mm
|
| +++ b/ui/base/cocoa/hover_image_button_unittest.mm
|
| @@ -4,7 +4,7 @@
|
|
|
| #import "ui/base/cocoa/hover_image_button.h"
|
|
|
| -#import "base/memory/scoped_nsobject.h"
|
| +#import "base/mac/scoped_nsobject.h"
|
| #import "ui/base/test/ui_cocoa_test_helper.h"
|
|
|
| namespace {
|
| @@ -13,7 +13,7 @@ class HoverImageButtonTest : public ui::CocoaTest {
|
| public:
|
| HoverImageButtonTest() {
|
| NSRect content_frame = [[test_window() contentView] frame];
|
| - scoped_nsobject<HoverImageButton> button(
|
| + base::scoped_nsobject<HoverImageButton> button(
|
| [[HoverImageButton alloc] initWithFrame:content_frame]);
|
| button_ = button.get();
|
| [[test_window() contentView] addSubview:button_];
|
|
|