| Index: ipc/ipc_message_utils.h
 | 
| ===================================================================
 | 
| --- ipc/ipc_message_utils.h	(revision 68536)
 | 
| +++ ipc/ipc_message_utils.h	(working copy)
 | 
| @@ -50,37 +50,17 @@
 | 
|    // compatibility with old builds.
 | 
|    AutomationMsgStart = 0,
 | 
|    ViewMsgStart,
 | 
| -  ViewHostMsgStart,
 | 
| -  PluginProcessMsgStart,
 | 
| -  PluginProcessHostMsgStart,
 | 
|    PluginMsgStart,
 | 
| -  PluginHostMsgStart,
 | 
| -  ProfileImportProcessMsgStart,
 | 
| -  ProfileImportProcessHostMsgStart,
 | 
| -  NPObjectMsgStart,
 | 
| +  ProfileImportMsgStart,
 | 
|    TestMsgStart,
 | 
| -  DevToolsAgentMsgStart,
 | 
| -  DevToolsClientMsgStart,
 | 
| -  WorkerProcessMsgStart,
 | 
| -  WorkerProcessHostMsgStart,
 | 
| +  DevToolsMsgStart,
 | 
|    WorkerMsgStart,
 | 
| -  WorkerHostMsgStart,
 | 
| -  NaClProcessMsgStart,
 | 
| -  GpuCommandBufferMsgStart,
 | 
| +  NaClMsgStart,
 | 
|    UtilityMsgStart,
 | 
| -  UtilityHostMsgStart,
 | 
|    GpuMsgStart,
 | 
| -  GpuHostMsgStart,
 | 
| -  GpuChannelMsgStart,
 | 
| -  GpuVideoDecoderHostMsgStart,
 | 
| -  GpuVideoDecoderMsgStart,
 | 
|    ServiceMsgStart,
 | 
| -  ServiceHostMsgStart,
 | 
|    PpapiMsgStart,
 | 
| -  PpapiHostMsgStart,
 | 
| -  // NOTE: When you add a new message class, also update
 | 
| -  // IPCStatusView::IPCStatusView to ensure logging works.
 | 
| -  LastMsgIndex
 | 
| +  FirefoxImporterUnittestMsgStart,
 | 
|  };
 | 
|  
 | 
|  class DictionaryValue;
 | 
| 
 |