diff options
author | nsylvain@google.com <nsylvain@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-05 19:30:48 +0000 |
---|---|---|
committer | nsylvain@google.com <nsylvain@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-05 19:30:48 +0000 |
commit | 6d55c2fbc384e3f02a89b69e29fd8934ba2f0966 (patch) | |
tree | c2f481521b064d801604bd0d057b7a24b27a91d3 /chrome/common/ipc_logging.h | |
parent | a43a39f4892951c51c716da90db042559d3bd5ef (diff) | |
download | chromium_src-6d55c2fbc384e3f02a89b69e29fd8934ba2f0966.zip chromium_src-6d55c2fbc384e3f02a89b69e29fd8934ba2f0966.tar.gz chromium_src-6d55c2fbc384e3f02a89b69e29fd8934ba2f0966.tar.bz2 |
Revert change 379 to see if it fixes the build. Please reapply when it's green.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@388 0039d316-1c4b-4281-b951-d872f2087c98
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 |