| Index: ui/message_center/cocoa/popup_controller_unittest.mm
 | 
| diff --git a/ui/message_center/cocoa/popup_controller_unittest.mm b/ui/message_center/cocoa/popup_controller_unittest.mm
 | 
| index f1b28e54747beb0e537807d53d84c030a117d11e..41f627937e7570a7bd93ccd9a017afd6647be8b6 100644
 | 
| --- a/ui/message_center/cocoa/popup_controller_unittest.mm
 | 
| +++ b/ui/message_center/cocoa/popup_controller_unittest.mm
 | 
| @@ -4,7 +4,7 @@
 | 
|  
 | 
|  #import "ui/message_center/cocoa/popup_controller.h"
 | 
|  
 | 
| -#include "base/memory/scoped_nsobject.h"
 | 
| +#include "base/mac/scoped_nsobject.h"
 | 
|  #include "base/memory/scoped_ptr.h"
 | 
|  #include "base/strings/sys_string_conversions.h"
 | 
|  #include "base/strings/utf_string_conversions.h"
 | 
| @@ -27,7 +27,7 @@ TEST_F(PopupControllerTest, Creation) {
 | 
|            message_center::RichNotificationData(),
 | 
|            NULL));
 | 
|  
 | 
| -  scoped_nsobject<MCPopupController> controller(
 | 
| +  base::scoped_nsobject<MCPopupController> controller(
 | 
|        [[MCPopupController alloc] initWithNotification:notification.get()
 | 
|                                          messageCenter:nil
 | 
|                                        popupCollection:nil]);
 | 
| 
 |