| Index: chrome/test/ppapi/ppapi_test.cc
|
| diff --git a/chrome/test/ppapi/ppapi_test.cc b/chrome/test/ppapi/ppapi_test.cc
|
| index 198510d7fe38dce90ef5c9bb3b371734933d84eb..adf93a0e91350f3279e88f87ef2279dd03473cd8 100644
|
| --- a/chrome/test/ppapi/ppapi_test.cc
|
| +++ b/chrome/test/ppapi/ppapi_test.cc
|
| @@ -322,14 +322,14 @@ void PPAPINaClTest::SetUpCommandLine(CommandLine* command_line) {
|
|
|
| // Append the correct mode and testcase string
|
| std::string PPAPINaClNewlibTest::BuildQuery(const std::string& base,
|
| - const std::string& test_case) {
|
| + const std::string& test_case) {
|
| return StringPrintf("%smode=nacl_newlib&testcase=%s", base.c_str(),
|
| test_case.c_str());
|
| }
|
|
|
| // Append the correct mode and testcase string
|
| std::string PPAPINaClGLibcTest::BuildQuery(const std::string& base,
|
| - const std::string& test_case) {
|
| + const std::string& test_case) {
|
| return StringPrintf("%smode=nacl_glibc&testcase=%s", base.c_str(),
|
| test_case.c_str());
|
| }
|
|
|