Commit dfd9d111 authored by Paweł Hajdan, Jr's avatar Paweł Hajdan, Jr

Cleanup in base/test/launcher: move more code to anonymous namespace

BUG=none
R=machenbach@chromium.org

Review URL: https://codereview.chromium.org/531003002

Cr-Commit-Position: refs/heads/master@{#293108}
parent 9db0a1d0
This diff is collapsed.
...@@ -201,11 +201,6 @@ class TestLauncher { ...@@ -201,11 +201,6 @@ class TestLauncher {
std::string GetTestOutputSnippet(const TestResult& result, std::string GetTestOutputSnippet(const TestResult& result,
const std::string& full_output); const std::string& full_output);
// Returns command line command line after gtest-specific processing
// and applying |wrapper|.
CommandLine PrepareCommandLineForGTest(const CommandLine& command_line,
const std::string& wrapper);
} // namespace base } // namespace base
#endif // BASE_TEST_LAUNCHER_TEST_LAUNCHER_H_ #endif // BASE_TEST_LAUNCHER_TEST_LAUNCHER_H_
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment