diff options
Diffstat (limited to 'chrome/common/ipc_logging.h')
-rw-r--r-- | chrome/common/ipc_logging.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/chrome/common/ipc_logging.h b/chrome/common/ipc_logging.h index 2736402..567ba84 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 { |