diff options
Diffstat (limited to 'chrome/common/worker_messages.cc')
-rw-r--r-- | chrome/common/worker_messages.cc | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/chrome/common/worker_messages.cc b/chrome/common/worker_messages.cc index 192e4fd..19b8d23 100644 --- a/chrome/common/worker_messages.cc +++ b/chrome/common/worker_messages.cc @@ -2,13 +2,10 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "chrome/common/worker_messages.h" - #include "chrome/common/common_param_traits.h" -#define MESSAGES_INTERNAL_IMPL_FILE \ - "chrome/common/worker_messages_internal.h" -#include "ipc/ipc_message_impl_macros.h" +#define IPC_MESSAGE_IMPL +#include "chrome/common/worker_messages.h" WorkerHostMsg_PostConsoleMessageToWorkerObject_Params:: WorkerHostMsg_PostConsoleMessageToWorkerObject_Params() |