Chromium Code Reviews| Index: mojo/edk/system/data_pipe.cc |
| diff --git a/mojo/edk/system/data_pipe.cc b/mojo/edk/system/data_pipe.cc |
| index ffe34694889b572838f5965a0fed85c367e75f8a..3a089d937c7f5c73368e0dabf77dd1fbc954cccc 100644 |
| --- a/mojo/edk/system/data_pipe.cc |
| +++ b/mojo/edk/system/data_pipe.cc |
| @@ -25,6 +25,8 @@ |
| #include "mojo/edk/system/remote_producer_data_pipe_impl.h" |
| #include "mojo/edk/util/make_unique.h" |
| +using mojo::util::RefPtr; |
| + |
| namespace mojo { |
| namespace system { |