Index: chrome/test/ppapi/ppapi_test.cc |
diff --git a/chrome/test/ppapi/ppapi_test.cc b/chrome/test/ppapi/ppapi_test.cc |
index 2e70a9f308eb447fd05387ddbb9934aa03f8547c..ad5ef777c374dc8137a0ec8c286f7e70ec9a0e24 100644 |
--- a/chrome/test/ppapi/ppapi_test.cc |
+++ b/chrome/test/ppapi/ppapi_test.cc |
@@ -325,14 +325,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()); |
} |