| Index: chrome/browser/ui/intents/web_intent_picker_controller.cc
|
| diff --git a/chrome/browser/ui/intents/web_intent_picker_controller.cc b/chrome/browser/ui/intents/web_intent_picker_controller.cc
|
| index a80f46d5c17a0fb97cbc1eeb0fd08f6e9a93ad30..0404eb418be772c77b3c896318bfa581a62aa180 100644
|
| --- a/chrome/browser/ui/intents/web_intent_picker_controller.cc
|
| +++ b/chrome/browser/ui/intents/web_intent_picker_controller.cc
|
| @@ -183,7 +183,7 @@ void WebIntentPickerController::ShowDialog(const string16& action,
|
| if (wrapper_->profile()->IsOffTheRecord()) {
|
| if (intents_dispatcher_) {
|
| intents_dispatcher_->SendReplyMessage(
|
| - webkit_glue::WEB_INTENT_REPLY_FAILURE, ASCIIToUTF16(""));
|
| + webkit_glue::WEB_INTENT_REPLY_FAILURE, string16());
|
| }
|
| return;
|
| }
|
|
|