| Index: chrome/common/all_messages.h
|
| diff --git a/chrome/common/all_messages.h b/chrome/common/all_messages.h
|
| index 1d511462911be1c382544053302a6303a17ac0a8..e69abf8bf4ab1c178210a730c1781f3d1e63cc7a 100644
|
| --- a/chrome/common/all_messages.h
|
| +++ b/chrome/common/all_messages.h
|
| @@ -8,7 +8,9 @@
|
| // ipc/ipc_message_utils.h to include the corresponding message file.
|
| // Messages classes used exclusively outside of chrome should instead get an
|
| // exemption in 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...
|
|
|