Chromium Code Reviews| Index: media/mojo/services/mojo_renderer_impl.cc |
| diff --git a/media/mojo/services/mojo_renderer_impl.cc b/media/mojo/services/mojo_renderer_impl.cc |
| index 4645bbda164511fcf88f031c4e4b45243da18551..30b2e65c14048af62bafd7ea8445a104ed568ab5 100644 |
| --- a/media/mojo/services/mojo_renderer_impl.cc |
| +++ b/media/mojo/services/mojo_renderer_impl.cc |
| @@ -13,6 +13,7 @@ |
| #include "media/mojo/services/mojo_demuxer_stream_impl.h" |
| #include "mojo/public/cpp/application/connect.h" |
| #include "mojo/public/cpp/bindings/interface_impl.h" |
| +#include "mojo/public/cpp/system/data_pipe.h" |
|
xhwang
2014/12/06 00:03:44
What is this for?
DaleCurtis
2014/12/06 00:42:59
Originally to fix a compile error... but it seems
|
| #include "mojo/public/interfaces/application/service_provider.mojom.h" |
| namespace media { |