| Index: chrome/common/common_message_generator.h
|
| diff --git a/chrome/common/common_message_generator.h b/chrome/common/common_message_generator.h
|
| index d0341fe4e6eed86f94ad8c7990faa946e82f9196..91707a174a10d840ca2ee5573b27beffa7d5ad44 100644
|
| --- a/chrome/common/common_message_generator.h
|
| +++ b/chrome/common/common_message_generator.h
|
| @@ -16,6 +16,7 @@
|
| #include "content/public/common/common_param_traits.h"
|
| #include "content/public/common/common_param_traits_macros.h"
|
| #include "extensions/features/features.h"
|
| +#include "media/media_features.h"
|
| #include "printing/features/features.h"
|
|
|
| #if BUILDFLAG(ENABLE_EXTENSIONS)
|
| @@ -32,6 +33,6 @@
|
| #include "chrome/common/chrome_utility_printing_messages.h"
|
| #endif
|
|
|
| -#if defined(ENABLE_WEBRTC)
|
| +#if BUILDFLAG(ENABLE_WEBRTC)
|
| #include "chrome/common/media/webrtc_logging_messages.h"
|
| #endif
|
|
|