Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(119)

Unified Diff: content/common/content_message_generator.h

Issue 381683003: Fix enable_webrtc (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Better fix for remove libjingle Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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"

Powered by Google App Engine
This is Rietveld 408576698