| Index: chrome/browser/ui/cocoa/bookmarks/bookmark_bar_controller_unittest.mm
 | 
| diff --git a/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_controller_unittest.mm b/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_controller_unittest.mm
 | 
| index 325ed69b70bb77c310dea4f7e0e3fc150cb095a0..c9a3f5d1dfb3ed35cd6dcbf11ef29f70c5cf4d3c 100644
 | 
| --- a/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_controller_unittest.mm
 | 
| +++ b/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_controller_unittest.mm
 | 
| @@ -38,6 +38,8 @@
 | 
|  #include "ui/base/theme_provider.h"
 | 
|  #include "ui/gfx/image/image_skia.h"
 | 
|  
 | 
| +using base::ASCIIToUTF16;
 | 
| +
 | 
|  // Unit tests don't need time-consuming asynchronous animations.
 | 
|  @interface BookmarkBarControllerTestable : BookmarkBarController {
 | 
|  }
 | 
| 
 |