Index: chrome/browser/cocoa/authorization_util.mm |
=================================================================== |
--- chrome/browser/cocoa/authorization_util.mm (revision 49999) |
+++ chrome/browser/cocoa/authorization_util.mm (working copy) |
@@ -47,8 +47,7 @@ |
// The OS will append " Type an administrator's name and password to allow |
// <CFBundleDisplayName> to make changes." |
-//FIXME |
- NSString* prompt_ns = (NSString*)prompt; |
+ NSString* prompt_ns = reinterpret_cast<const NSString*>(prompt); |
const char* prompt_c = [prompt_ns UTF8String]; |
size_t prompt_length = prompt_c ? strlen(prompt_c) : 0; |