| Index: chrome/common/common_message_generator.h
|
| diff --git a/chrome/common/common_message_generator.h b/chrome/common/common_message_generator.h
|
| index ccd5b4c6131705eceb7846985376e5cfb125fc97..93678f7e2fbf5813fd66df72db872de9865b116b 100644
|
| --- a/chrome/common/common_message_generator.h
|
| +++ b/chrome/common/common_message_generator.h
|
| @@ -7,8 +7,6 @@
|
| #include "chrome/common/benchmarking_messages.h"
|
| #include "chrome/common/cast_messages.h"
|
| #include "chrome/common/chrome_utility_messages.h"
|
| -// TODO(thestig) move this inside defined(ENABLE_EXTENSIONS)
|
| -#include "chrome/common/extensions/chrome_extension_messages.h"
|
| #include "chrome/common/mac/app_shim_messages.h"
|
| #include "chrome/common/prefetch_messages.h"
|
| #include "chrome/common/prerender_messages.h"
|
| @@ -16,6 +14,7 @@
|
| #include "chrome/common/tts_messages.h"
|
|
|
| #if defined(ENABLE_EXTENSIONS)
|
| +#include "chrome/common/extensions/chrome_extension_messages.h"
|
| #include "chrome/common/extensions/chrome_utility_extensions_messages.h"
|
| #endif
|
|
|
|
|