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

Unified Diff: base/tracked_objects.h

Issue 118162: Reduce header dependencies in base/ (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: base/tracked_objects.h
diff --git a/base/tracked_objects.h b/base/tracked_objects.h
index 064de3c60865086b156d34b5facaddcccf9fe5b1..87f4bba563efe514562c0ada953ffdda957b5f26 100644
--- a/base/tracked_objects.h
+++ b/base/tracked_objects.h
@@ -11,10 +11,11 @@
#include <vector>
#include "base/lock.h"
-#include "base/message_loop.h"
+#include "base/task.h"
#include "base/thread_local_storage.h"
#include "base/tracked.h"
+class MessageLoop;
namespace tracked_objects {

Powered by Google App Engine
This is Rietveld 408576698