| Index: chrome/browser/ui/cocoa/validation_message_bubble_controller_unittest.mm
 | 
| diff --git a/chrome/browser/ui/cocoa/validation_message_bubble_controller_unittest.mm b/chrome/browser/ui/cocoa/validation_message_bubble_controller_unittest.mm
 | 
| index c80c24d8f032c5c04ae1416839855cbcc123cbc3..6d3ab984c8011566ccbd6f23a4f72b78f0ddff2e 100644
 | 
| --- a/chrome/browser/ui/cocoa/validation_message_bubble_controller_unittest.mm
 | 
| +++ b/chrome/browser/ui/cocoa/validation_message_bubble_controller_unittest.mm
 | 
| @@ -12,8 +12,8 @@ namespace {
 | 
|  
 | 
|  static NSView* constructView(const char* main_text, const char* sub_text) {
 | 
|    return [ValidationMessageBubbleController
 | 
| -      constructContentView:UTF8ToUTF16(main_text)
 | 
| -                   subText:UTF8ToUTF16(sub_text)];
 | 
| +      constructContentView:base::UTF8ToUTF16(main_text)
 | 
| +                   subText:base::UTF8ToUTF16(sub_text)];
 | 
|  }
 | 
|  
 | 
|  TEST(ValidationMessageBubbleControllerTest, FrameSize) {
 | 
| 
 |