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

Unified Diff: base/task.h

Issue 7879006: Delete Tracked, and move Location to its own file. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 9 years, 3 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
« no previous file with comments | « base/synchronization/waitable_event_watcher_posix.cc ('k') | base/test/thread_test_helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/task.h
diff --git a/base/task.h b/base/task.h
index 3ff06402e40b4bcf72cc72f47a2e602b7a1a2ec6..4a33de0e1f5d0fa378ea016d91a056f772b2d6a7 100644
--- a/base/task.h
+++ b/base/task.h
@@ -10,7 +10,6 @@
#include "base/debug/alias.h"
#include "base/memory/raw_scoped_refptr_mismatch_checker.h"
#include "base/memory/weak_ptr.h"
-#include "base/tracked.h"
#include "base/tuple.h"
namespace base {
@@ -22,7 +21,7 @@ const size_t kDeadTask = 0xDEAD7A53;
// A task is a generic runnable thingy, usually used for running code on a
// different thread or for scheduling future tasks off of the message loop.
-class BASE_EXPORT Task : public tracked_objects::Tracked {
+class BASE_EXPORT Task {
public:
Task();
virtual ~Task();
« no previous file with comments | « base/synchronization/waitable_event_watcher_posix.cc ('k') | base/test/thread_test_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698