| 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..3530b23e56a52f313ea9077c311f958336827006 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/media/encrypted_media_messages_android.h"
|
| +#endif
|
|
|