| Index: testing/android/native_test_util.h
 | 
| diff --git a/testing/android/native_test_util.h b/testing/android/native_test_util.h
 | 
| index 4e40222fdec7db7e22e763e62b241f5d273331a8..a7567392b1ee4b80bb9f25be36eb491267142972 100644
 | 
| --- a/testing/android/native_test_util.h
 | 
| +++ b/testing/android/native_test_util.h
 | 
| @@ -27,10 +27,6 @@ class ScopedMainEntryLogger {
 | 
|    }
 | 
|  };
 | 
|  
 | 
| -// Creates a fifo at the given |fifo_path|.
 | 
| -void CreateFIFO(const char* fifo_path);
 | 
| -// Redirects the |stream| to the file provided by |path|.
 | 
| -void RedirectStream(FILE* stream, const char* path, const char* mode);
 | 
|  void ParseArgsFromCommandLineFile(
 | 
|      const char* path, std::vector<std::string>* args);
 | 
|  int ArgsToArgv(const std::vector<std::string>& args, std::vector<char*>* argv);
 | 
| 
 |