| Index: chrome/common/net/notifier/listener/send_update_task.cc
|
| diff --git a/chrome/common/net/notifier/listener/send_update_task.cc b/chrome/common/net/notifier/listener/send_update_task.cc
|
| index 29398ce592b869bdace596d05294ae3f5790a397..eeeb0d14b558009bd6374ef62121687461890fe5 100644
|
| --- a/chrome/common/net/notifier/listener/send_update_task.cc
|
| +++ b/chrome/common/net/notifier/listener/send_update_task.cc
|
| @@ -12,11 +12,11 @@
|
| #include "chrome/common/net/notifier/listener/xml_element_util.h"
|
| #include "talk/xmllite/qname.h"
|
| #include "talk/xmpp/xmppclient.h"
|
| -#include "talk/xmpp/xmppconstants.h"
|
| +#include "talk/xmpp/constants.h"
|
|
|
| namespace notifier {
|
|
|
| -SendUpdateTask::SendUpdateTask(Task* parent,
|
| +SendUpdateTask::SendUpdateTask(TaskParent* parent,
|
| const OutgoingNotificationData& data)
|
| : XmppTask(parent, buzz::XmppEngine::HL_SINGLE), // Watch for one reply.
|
| notification_data_(data) {
|
|
|