| Index: chrome/common/common_message_generator.h
|
| diff --git a/chrome/common/common_message_generator.h b/chrome/common/common_message_generator.h
|
| index 75dfc0fbbe9b122195112ecdacc632887589b7b6..b1819fca11aa74d2522836701968f46f2dc034dd 100644
|
| --- a/chrome/common/common_message_generator.h
|
| +++ b/chrome/common/common_message_generator.h
|
| @@ -10,7 +10,6 @@
|
| #include "chrome/common/extensions/extension_messages.h"
|
| #include "chrome/common/one_click_signin_messages.h"
|
| #include "chrome/common/prerender_messages.h"
|
| -#include "chrome/common/print_messages.h"
|
| #include "chrome/common/render_messages.h"
|
| #include "chrome/common/safe_browsing/safebrowsing_messages.h"
|
| #include "chrome/common/service_messages.h"
|
| @@ -23,6 +22,10 @@
|
| #include "chrome/common/local_discovery/local_discovery_messages.h"
|
| #endif
|
|
|
| +#if defined(ENABLE_PRINTING)
|
| +#include "chrome/common/print_messages.h"
|
| +#endif
|
| +
|
| #if defined(ENABLE_WEBRTC)
|
| #include "chrome/common/media/webrtc_logging_messages.h"
|
| #endif
|
|
|