| Index: chrome/common/worker_messages.cc
|
| ===================================================================
|
| --- chrome/common/worker_messages.cc (revision 68536)
|
| +++ chrome/common/worker_messages.cc (working copy)
|
| @@ -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()
|
|
|