| Index: base/test/launcher/test_launcher.cc
 | 
| diff --git a/base/test/launcher/test_launcher.cc b/base/test/launcher/test_launcher.cc
 | 
| index b5316ad8e8c998e2c830e45f01ae0e038e89d34f..667d1eb488d1acc76ff6167480ddee92608724e7 100644
 | 
| --- a/base/test/launcher/test_launcher.cc
 | 
| +++ b/base/test/launcher/test_launcher.cc
 | 
| @@ -686,12 +686,6 @@ void TestLauncher::OnTestFinished(const TestResult& result) {
 | 
|    test_started_count_ += retry_started_count;
 | 
|  }
 | 
|  
 | 
| -// static
 | 
| -std::string TestLauncher::FormatFullTestName(const std::string& test_case_name,
 | 
| -                                             const std::string& test_name) {
 | 
| -  return test_case_name + "." + test_name;
 | 
| -}
 | 
| -
 | 
|  bool TestLauncher::Init() {
 | 
|    const CommandLine* command_line = CommandLine::ForCurrentProcess();
 | 
|  
 | 
| 
 |