Index: base/threading/post_task_and_reply_impl.h |
diff --git a/base/threading/post_task_and_reply_impl.h b/base/threading/post_task_and_reply_impl.h |
index 076a46d69e86619be6f585f7854072ef6a5e0ae8..cf7ba3907eaeaacaa44be7a4db4bf898fea9dbcf 100644 |
--- a/base/threading/post_task_and_reply_impl.h |
+++ b/base/threading/post_task_and_reply_impl.h |
@@ -25,6 +25,8 @@ namespace internal { |
// may want base::WorkerPool. |
class PostTaskAndReplyImpl { |
public: |
+ virtual ~PostTaskAndReplyImpl() { } |
+ |
// Implementation for MessageLoopProxy::PostTaskAndReply and |
// WorkerPool::PostTaskAndReply. |
bool PostTaskAndReply(const tracked_objects::Location& from_here, |