diff options
Diffstat (limited to 'chrome/common/worker_messages.h')
-rw-r--r-- | chrome/common/worker_messages.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/common/worker_messages.h b/chrome/common/worker_messages.h index 0e76c4f..28fec62 100644 --- a/chrome/common/worker_messages.h +++ b/chrome/common/worker_messages.h @@ -71,7 +71,6 @@ struct ParamTraits<WorkerProcessMsg_CreateWorker_Params> { } // namespace IPC -#define MESSAGES_INTERNAL_FILE "chrome/common/worker_messages_internal.h" -#include "ipc/ipc_message_macros.h" +#include "chrome/common/worker_messages_internal.h" #endif // CHROME_COMMON_WORKER_MESSAGES_H_ |