| Index: remoting/jingle_glue/iq_request_unittest.cc
|
| diff --git a/remoting/jingle_glue/iq_request_unittest.cc b/remoting/jingle_glue/iq_request_unittest.cc
|
| index 9b17c76b5defa1051bf243fa27eb8a3c5fee4e85..4b323fb3e3fc020ec51e9275b09a88789247b9da 100644
|
| --- a/remoting/jingle_glue/iq_request_unittest.cc
|
| +++ b/remoting/jingle_glue/iq_request_unittest.cc
|
| @@ -3,7 +3,7 @@
|
| // found in the LICENSE file.
|
|
|
| #include "base/memory/ref_counted.h"
|
| -#include "base/string_util.h"
|
| +#include "base/stringprintf.h"
|
| #include "remoting/jingle_glue/iq_request.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| @@ -20,7 +20,7 @@ TEST(IqRequestTest, MakeIqStanza) {
|
| const char* kTo = "user@domain.com";
|
|
|
| std::string expected_xml_string =
|
| - StringPrintf(
|
| + base::StringPrintf(
|
| "<cli:iq type=\"%s\" to=\"%s\" id=\"%s\" "
|
| "xmlns:cli=\"jabber:client\">"
|
| "<%s:%s xmlns:%s=\"%s\"/>"
|
|
|