| Index: content/browser/renderer_host/text_input_client_mac_unittest.mm
|
| diff --git a/content/browser/renderer_host/text_input_client_mac_unittest.mm b/content/browser/renderer_host/text_input_client_mac_unittest.mm
|
| index 115805528f1b540885e579a80d57953e12c82739..efb17b231811a4eaeacfa9a0a8163bc7d0f4f8bd 100644
|
| --- a/content/browser/renderer_host/text_input_client_mac_unittest.mm
|
| +++ b/content/browser/renderer_host/text_input_client_mac_unittest.mm
|
| @@ -203,7 +203,7 @@ TEST_F(TextInputClientMacTest, GetSubstring) {
|
| NSDictionary* attributes =
|
| [NSDictionary dictionaryWithObject:[NSColor purpleColor]
|
| forKey:NSForegroundColorAttributeName];
|
| - scoped_nsobject<NSAttributedString> kSuccessValue(
|
| + base::scoped_nsobject<NSAttributedString> kSuccessValue(
|
| [[NSAttributedString alloc] initWithString:@"Barney is a purple dinosaur"
|
| attributes:attributes]);
|
|
|
|
|