| Index: ipc/ipc_message_macros.h
 | 
| diff --git a/ipc/ipc_message_macros.h b/ipc/ipc_message_macros.h
 | 
| index 79e3b16c45005955390b506344fb644064a3bf0f..39c4e38dacfcfc3f01970b81fe49a87bdd9f1692 100644
 | 
| --- a/ipc/ipc_message_macros.h
 | 
| +++ b/ipc/ipc_message_macros.h
 | 
| @@ -51,10 +51,10 @@
 | 
|  // don't understand #include MESSAGES_INTERNAL_FILE. See http://crbug.com/7828
 | 
|  #if 0
 | 
|  #include "ipc/ipc_sync_message_unittest.h"
 | 
| -#include "chrome/common/automation_messages_internal.h"
 | 
| -#include "chrome/common/devtools_messages_internal.h"
 | 
|  #include "chrome/common/plugin_messages_internal.h"
 | 
|  #include "chrome/common/render_messages_internal.h"
 | 
| +#include "chrome/common/devtools_messages_internal.h"
 | 
| +#include "chrome/test/automation/automation_messages_internal.h"
 | 
|  #include "chrome/common/worker_messages_internal.h"
 | 
|  #endif
 | 
|  
 | 
| 
 |