Index: base/task.cc |
diff --git a/base/task.cc b/base/task.cc |
index d33f3e1a884fafa6013628150344b0c3d13ad394..7bb4fe3d12209f3c8d55b9a4108618f8ebeb901f 100644 |
--- a/base/task.cc |
+++ b/base/task.cc |
@@ -15,3 +15,9 @@ CancelableTask::CancelableTask() { |
CancelableTask::~CancelableTask() { |
} |
+ |
+namespace base { |
+// Just stuffing this here for now. |
+void DoNothing() { |
+} |
+} |