| Index: chrome/common/ipc_logging.h
|
| diff --git a/chrome/common/ipc_logging.h b/chrome/common/ipc_logging.h
|
| index 27364026729177e5f9c465c402e371b3bad54fba..567ba84e063b11f068b066f2688e5d4180a75496 100644
|
| --- a/chrome/common/ipc_logging.h
|
| +++ b/chrome/common/ipc_logging.h
|
| @@ -5,13 +5,14 @@
|
| #ifndef CHROME_COMMON_IPC_LOGGING_H_
|
| #define CHROME_COMMON_IPC_LOGGING_H_
|
|
|
| -#include "base/lock.h"
|
| -#include "base/object_watcher.h"
|
| -#include "base/singleton.h"
|
| #include "chrome/common/ipc_message.h" // For IPC_MESSAGE_LOG_ENABLED.
|
|
|
| #ifdef IPC_MESSAGE_LOG_ENABLED
|
|
|
| +#include "base/lock.h"
|
| +#include "base/object_watcher.h"
|
| +#include "base/singleton.h"
|
| +
|
| class MessageLoop;
|
|
|
| namespace IPC {
|
|
|