summaryrefslogtreecommitdiffstats
path: root/chrome/common/ipc_logging.h
diff options
context:
space:
mode:
authormaruel@google.com <maruel@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-05 21:20:41 +0000
committermaruel@google.com <maruel@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-05 21:20:41 +0000
commit3178f4e296e24781be5fbcc4ba91815e08c78897 (patch)
tree5e08c0ac8e8bf73f6bd13c221fad934a1534ceca /chrome/common/ipc_logging.h
parent72c93c7075cc4b68c3e013be1aeeb3d0c9671873 (diff)
downloadchromium_src-3178f4e296e24781be5fbcc4ba91815e08c78897.zip
chromium_src-3178f4e296e24781be5fbcc4ba91815e08c78897.tar.gz
chromium_src-3178f4e296e24781be5fbcc4ba91815e08c78897.tar.bz2
Reapply 379 since it wasn't the issue with the build breakage.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@393 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/ipc_logging.h')
-rw-r--r--chrome/common/ipc_logging.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/chrome/common/ipc_logging.h b/chrome/common/ipc_logging.h
index d20a265..7fa2be4 100644
--- a/chrome/common/ipc_logging.h
+++ b/chrome/common/ipc_logging.h
@@ -30,13 +30,9 @@
#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 "base/ref_counted.h"
-#include "chrome/common/ipc_message_utils.h"
+#include "chrome/common/ipc_message.h" // For IPC_MESSAGE_LOG_ENABLED.
#ifdef IPC_MESSAGE_LOG_ENABLED
@@ -118,7 +114,7 @@ class Logging : public base::RefCounted<Logging>,
static Lock logger_lock_;
};
-}
+} // namespace IPC
#endif // IPC_MESSAGE_LOG_ENABLED