Index: content/public/test/ppapi_test_utils.h |
diff --git a/content/public/test/ppapi_test_utils.h b/content/public/test/ppapi_test_utils.h |
index a57d62f8c7934fc61fffbd0e37aeed160e222416..134184030de6a630d4e1c95a2a2a0831c0cefa4a 100644 |
--- a/content/public/test/ppapi_test_utils.h |
+++ b/content/public/test/ppapi_test_utils.h |
@@ -5,8 +5,6 @@ |
#ifndef CONTENT_PUBLIC_TEST_PPAPI_TEST_UTILS_H_ |
#define CONTENT_PUBLIC_TEST_PPAPI_TEST_UTILS_H_ |
-#include <string> |
- |
#include "base/compiler_specific.h" |
#include "base/files/file_path.h" |
@@ -18,9 +16,6 @@ class CommandLine; |
// browser_tests and content_browsertests. |
namespace ppapi { |
-// Strips prefixes used to annotate tests from a test name. |
-std::string StripTestPrefixes(const std::string& test_name); |
- |
// Registers the PPAPI test plugin to application/x-ppapi-tests. Returns true |
// on success, and false otherwise. |
bool RegisterTestPlugin(base::CommandLine* command_line) WARN_UNUSED_RESULT; |