diff --git a/atom/app/atom_main_delegate.cc b/atom/app/atom_main_delegate.cc index 4dd2f30bfc..2eeb69dbe7 100644 --- a/atom/app/atom_main_delegate.cc +++ b/atom/app/atom_main_delegate.cc @@ -30,7 +30,7 @@ #include "content/public/common/content_ipc_logging.h" #define IPC_LOG_TABLE_ADD_ENTRY(msg_id, logger) \ content::RegisterIPCLogger(msg_id, logger) -#include "atom/common/api/api_messages.h" +#include "atom/common/common_message_generator.h" #endif namespace atom {