Chromium Code Reviews| Index: content/common/content_message_generator.h |
| diff --git a/content/common/content_message_generator.h b/content/common/content_message_generator.h |
| index e18ddfe8fedb844eba61608cc498f0efb737952a..e31d35e59f42074056dc9c17c655dde3289e2f3c 100644 |
| --- a/content/common/content_message_generator.h |
| +++ b/content/common/content_message_generator.h |
| @@ -45,7 +45,9 @@ |
| #include "content/common/message_port_messages.h" |
| #include "content/common/mime_registry_messages.h" |
| #include "content/common/mojo/mojo_messages.h" |
| +#if defined(ENABLE_WEBRTC) |
|
jam
2014/07/21 17:24:19
nit: please move this to line 68 so that the ifdef
|
| #include "content/common/p2p_messages.h" |
| +#endif |
| #include "content/common/pepper_messages.h" |
| #include "content/common/plugin_process_messages.h" |
| #include "content/common/power_monitor_messages.h" |