Chromium Code Reviews| Index: content/browser/renderer_host/render_process_host_impl.cc |
| diff --git a/content/browser/renderer_host/render_process_host_impl.cc b/content/browser/renderer_host/render_process_host_impl.cc |
| index 335357fb3e1c767c9d3b1cc39cf9f98bb5673f9b..f07244db808d618a8b8d92bf0a6681f34fd390d0 100644 |
| --- a/content/browser/renderer_host/render_process_host_impl.cc |
| +++ b/content/browser/renderer_host/render_process_host_impl.cc |
| @@ -86,7 +86,9 @@ |
| #include "content/browser/renderer_host/media/peer_connection_tracker_host.h" |
| #include "content/browser/renderer_host/media/video_capture_host.h" |
| #include "content/browser/renderer_host/memory_benchmark_message_filter.h" |
| +#if defined(ENABLE_WEBRTC) |
|
jam
2014/07/21 17:24:19
ditto, move this to 158
|
| #include "content/browser/renderer_host/p2p/socket_dispatcher_host.h" |
| +#endif |
| #include "content/browser/renderer_host/pepper/pepper_message_filter.h" |
| #include "content/browser/renderer_host/pepper/pepper_renderer_connection.h" |
| #include "content/browser/renderer_host/render_message_filter.h" |