Chromium Code Reviews| Index: mojo/data_pipe_utils/data_pipe_utils.h |
| diff --git a/mojo/data_pipe_utils/data_pipe_utils.h b/mojo/data_pipe_utils/data_pipe_utils.h |
| index a419817aed3fade7589e2d7dc24020b9db20905f..216c1955a83939dcbce02951fbc1eced922c106a 100644 |
| --- a/mojo/data_pipe_utils/data_pipe_utils.h |
| +++ b/mojo/data_pipe_utils/data_pipe_utils.h |
| @@ -55,6 +55,9 @@ base::ScopedFILE BlockingCopyToTempFile(ScopedDataPipeConsumerHandle source); |
| // Returns true on success, false on failure. |
| bool BlockingCopyToFile(ScopedDataPipeConsumerHandle source, FILE* fp); |
| +mojo::ScopedDataPipeConsumerHandle WriteStringToConsumerHandle( |
|
viettrungluu
2015/12/18 20:59:49
nit (also everywhere in the .cc file): The mojo::
|
| + const std::string& source); |
| + |
| } // namespace common |
| } // namespace mojo |