Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2633)

Unified Diff: chrome/common/ipc_logging.h

Issue 113945: Headers cleanup in chrome/common (Closed)
Patch Set: Created 11 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/common/ipc_logging.h
diff --git a/chrome/common/ipc_logging.h b/chrome/common/ipc_logging.h
index cfdcf21528fda99ebe3d21b83445dea408b0f65f..e16b9d4d4bc74ea3c38f09835e82ede0c500a5f2 100644
--- a/chrome/common/ipc_logging.h
+++ b/chrome/common/ipc_logging.h
@@ -9,13 +9,12 @@
#ifdef IPC_MESSAGE_LOG_ENABLED
-#include "base/lock.h"
+#include <vector>
+
#include "base/message_loop.h"
+#include "base/scoped_ptr.h"
#include "base/singleton.h"
#include "base/waitable_event_watcher.h"
-#include "chrome/common/ipc_message_utils.h"
-
-class MessageLoop;
namespace IPC {

Powered by Google App Engine
This is Rietveld 408576698