| Index: jingle/notifier/listener/push_notifications_send_update_task_unittest.cc
|
| diff --git a/jingle/notifier/listener/push_notifications_send_update_task_unittest.cc b/jingle/notifier/listener/push_notifications_send_update_task_unittest.cc
|
| index c817cb7f209874f472d5b9ae0d97bb13250984f6..811b8881254746ec05f79b3bd0cac683bdfe16cf 100644
|
| --- a/jingle/notifier/listener/push_notifications_send_update_task_unittest.cc
|
| +++ b/jingle/notifier/listener/push_notifications_send_update_task_unittest.cc
|
| @@ -6,7 +6,7 @@
|
|
|
| #include "base/base64.h"
|
| #include "base/memory/scoped_ptr.h"
|
| -#include "base/string_util.h"
|
| +#include "base/stringprintf.h"
|
| #include "jingle/notifier/listener/xml_element_util.h"
|
| #include "talk/xmpp/jid.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| @@ -43,7 +43,7 @@ TEST_F(PushNotificationsSendUpdateTaskTest, MakeUpdateMessage) {
|
| notification, to_jid_bare_));
|
|
|
| std::string expected_xml_string =
|
| - StringPrintf(
|
| + base::StringPrintf(
|
| "<cli:message to=\"%s\" type=\"headline\" "
|
| "xmlns:cli=\"jabber:client\">"
|
| "<push xmlns=\"google:push\" channel=\"%s\">"
|
|
|