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

Unified Diff: base/pending_task.h

Issue 11095007: add default constructor to PendingTask; compilation fix for VS2012 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 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 | « no previous file | base/pending_task.cc » ('j') | base/pending_task.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/pending_task.h
diff --git a/base/pending_task.h b/base/pending_task.h
index 78491ee1a82b2ca778bbc91de3c7ae39d033a332..945771b000d0c6c0cb5add5a680ca494719eb7dc 100644
--- a/base/pending_task.h
+++ b/base/pending_task.h
@@ -18,6 +18,7 @@ namespace base {
// Contains data about a pending task. Stored in TaskQueue and DelayedTaskQueue
// for use by classes that queue and execute tasks.
struct BASE_EXPORT PendingTask : public TrackingInfo {
+ PendingTask();
PendingTask(const tracked_objects::Location& posted_from,
const Closure& task);
PendingTask(const tracked_objects::Location& posted_from,
« no previous file with comments | « no previous file | base/pending_task.cc » ('j') | base/pending_task.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698