| Index: chrome/common/worker_messages.h
|
| ===================================================================
|
| --- chrome/common/worker_messages.h (revision 77320)
|
| +++ chrome/common/worker_messages.h (working copy)
|
| @@ -17,8 +17,14 @@
|
| #include "ipc/ipc_message_macros.h"
|
| #include "ipc/ipc_message_utils.h"
|
|
|
| +// Singly-inlcuded section still not converted.
|
| +#ifndef CHROME_COMMON_WORKER_MESSAGES_H_
|
| +#define CHROME_COMMON_WORKER_MESSAGES_H_
|
| +
|
| typedef std::pair<string16, std::vector<int> > QueuedMessage;
|
|
|
| +#endif // CHROME_COMMON_WORKER_MESSAGES_H_
|
| +
|
| #define IPC_MESSAGE_START WorkerMsgStart
|
|
|
| // Parameters structure for WorkerHostMsg_PostConsoleMessageToWorkerObject,
|
|
|