| Index: chrome/browser/views/about_ipc_dialog.cc
|
| diff --git a/chrome/browser/views/about_ipc_dialog.cc b/chrome/browser/views/about_ipc_dialog.cc
|
| index f6168557bfac00de52c0498bf8192c80225d93b9..75be11425fd4ebb6d5de0d289ed4156938d35e19 100644
|
| --- a/chrome/browser/views/about_ipc_dialog.cc
|
| +++ b/chrome/browser/views/about_ipc_dialog.cc
|
| @@ -6,7 +6,7 @@
|
| // IPC_MESSAGE_LOG_ENABLED. We need to use it to define
|
| // IPC_MESSAGE_MACROS_LOG_ENABLED so render_messages.h will generate the
|
| // ViewMsgLog et al. functions.
|
| -#include "chrome/common/ipc_message.h"
|
| +#include "ipc/ipc_message.h"
|
|
|
| #ifdef IPC_MESSAGE_LOG_ENABLED
|
| #define IPC_MESSAGE_MACROS_LOG_ENABLED
|
|
|