Chromium Code Reviews| Index: chrome/common/all_messages.h |
| diff --git a/chrome/common/all_messages.h b/chrome/common/all_messages.h |
| index 114bf9dfb0d971b2438aa0e218045f94c09e19e8..8d017824fe33dd0901a3dfede15b001741c7754b 100644 |
| --- a/chrome/common/all_messages.h |
| +++ b/chrome/common/all_messages.h |
| @@ -11,11 +11,11 @@ |
| // chrome/tools/ipclist/ipclist.cc. |
| #if !defined(OS_ANDROID) |
| #include "chrome/browser/importer/profile_import_process_messages.h" |
| -#endif |
| // We can't make common_message_generator.h include automation_messages, since |
| // otherwise the Chrome Frame binaries will link in a lot of unrelated chrome |
| // code. Chrome Frame should not be depending on the chrome target... |
| // See http:://crbug.com/101208 and http://crbug.com/101215 |
| #include "chrome/common/automation_messages.h" |
|
jam
2013/01/22 22:01:24
nit: use ENABLE_AUTOMATION here
Jay Civelli
2013/01/22 22:50:05
Done.
|
| +#endif |
| #include "chrome/common/common_message_generator.h" |
| #include "chrome/common/nacl_messages.h" |