| Index: content/browser/intents/web_intents_dispatcher_impl.cc
|
| diff --git a/content/browser/intents/web_intents_dispatcher_impl.cc b/content/browser/intents/web_intents_dispatcher_impl.cc
|
| index 53d3122bc09c03bb9740a16ef1c1affdc48f97b9..77495931740334714d884a9a34e38ff95c9d62eb 100644
|
| --- a/content/browser/intents/web_intents_dispatcher_impl.cc
|
| +++ b/content/browser/intents/web_intents_dispatcher_impl.cc
|
| @@ -52,7 +52,7 @@ void WebIntentsDispatcherImpl::SendReplyMessage(
|
| }
|
|
|
| void WebIntentsDispatcherImpl::RegisterReplyNotification(
|
| - const base::Callback<void(webkit_glue::WebIntentReplyType)>& closure) {
|
| + const content::WebIntentsDispatcher::ReplyNotification& closure) {
|
| reply_notifiers_.push_back(closure);
|
| }
|
|
|
|
|