Index: base/task_scheduler/task_scheduler.h |
diff --git a/base/task_scheduler/task_scheduler.h b/base/task_scheduler/task_scheduler.h |
index 21f637aaab2e8fa587d404688e45a1b5924eaa85..2ea19d61e98a1e5e05e0c95b25d7a83bdbd117b9 100644 |
--- a/base/task_scheduler/task_scheduler.h |
+++ b/base/task_scheduler/task_scheduler.h |
@@ -19,6 +19,7 @@ namespace base { |
// by the post_task.h API. |
class BASE_EXPORT TaskScheduler { |
public: |
+ TaskScheduler() = default; |
gab
2016/04/27 19:15:28
Move to previous CL introducing this file?
fdoray
2016/04/28 18:36:32
No longer needed without the DISALLOW_COPY_AND_ASS
|
virtual ~TaskScheduler() = default; |
// Returns a TaskRunner whose PostTask invocations will result in scheduling |