Chromium Code Reviews| Index: chrome/common/common_message_generator.h |
| diff --git a/chrome/common/common_message_generator.h b/chrome/common/common_message_generator.h |
| index d3550314659382a2c921cfdb28612733ef6f8477..193bd1f583663d91f7655f737fee9851e50bc76f 100644 |
| --- a/chrome/common/common_message_generator.h |
| +++ b/chrome/common/common_message_generator.h |
| @@ -28,3 +28,7 @@ |
| #if defined(ENABLE_WEBRTC) |
| #include "chrome/common/media/webrtc_logging_messages.h" |
| #endif |
| + |
| +#if defined(OS_ANDROID) |
| +#include "chrome/common/encrypted_media_messages_android.h" |
| +#endif |