| Index: chrome/common/common_message_generator.h
|
| diff --git a/chrome/common/common_message_generator.h b/chrome/common/common_message_generator.h
|
| index 37cd6d55285c8cd91b59182e7c8e4de2288bb63f..4034fb38e274acee8ee93ef7a32f64dfa6b93329 100644
|
| --- a/chrome/common/common_message_generator.h
|
| +++ b/chrome/common/common_message_generator.h
|
| @@ -20,6 +20,10 @@
|
| #include "chrome/common/local_discovery/local_discovery_messages.h"
|
| #endif
|
|
|
| +#if defined(ENABLE_FULL_PRINTING)
|
| +#include "chrome/common/chrome_utility_printing_messages.h"
|
| +#endif
|
| +
|
| #if defined(ENABLE_PRINTING)
|
| #include "chrome/common/print_messages.h"
|
| #endif
|
|
|