| Index: chrome/common/logging_chrome.cc
|
| diff --git a/chrome/common/logging_chrome.cc b/chrome/common/logging_chrome.cc
|
| index 7f5c6a6afcd01b18ff1bcc1bca8744317a19a9c6..2c278097c5f03c88d292a1e411fd281a018f54a5 100644
|
| --- a/chrome/common/logging_chrome.cc
|
| +++ b/chrome/common/logging_chrome.cc
|
| @@ -16,8 +16,8 @@
|
| // IPC_MESSAGE_MACROS_LOG_ENABLED doesn't get undefined.
|
| #if defined(OS_POSIX) && defined(IPC_MESSAGE_LOG_ENABLED)
|
| #define IPC_MESSAGE_MACROS_LOG_ENABLED
|
| -#include "chrome/common/devtools_messages.h"
|
| #include "chrome/common/render_messages.h"
|
| +#include "content/common/devtools_messages.h"
|
| #include "content/common/plugin_messages.h"
|
| #include "content/common/worker_messages.h"
|
| #endif
|
|
|