diff options
Diffstat (limited to 'chrome/common/ipc_logging.h')
-rw-r--r-- | chrome/common/ipc_logging.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/chrome/common/ipc_logging.h b/chrome/common/ipc_logging.h index 7fa2be4..d20a265 100644 --- a/chrome/common/ipc_logging.h +++ b/chrome/common/ipc_logging.h @@ -30,9 +30,13 @@ #ifndef CHROME_COMMON_IPC_LOGGING_H__ #define CHROME_COMMON_IPC_LOGGING_H__ +#include <vector> +#include <windows.h> +#include "base/basictypes.h" #include "base/lock.h" #include "base/message_loop.h" -#include "chrome/common/ipc_message.h" // For IPC_MESSAGE_LOG_ENABLED. +#include "base/ref_counted.h" +#include "chrome/common/ipc_message_utils.h" #ifdef IPC_MESSAGE_LOG_ENABLED @@ -114,7 +118,7 @@ class Logging : public base::RefCounted<Logging>, static Lock logger_lock_; }; -} // namespace IPC +} #endif // IPC_MESSAGE_LOG_ENABLED |