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

Unified Diff: base/bind_helpers.cc

Issue 9114020: Remove task.h and finish base::Bind() migration. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix typo Created 8 years, 11 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/bind_helpers.h ('k') | base/bind_helpers_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/bind_helpers.cc
diff --git a/base/task.cc b/base/bind_helpers.cc
similarity index 86%
rename from base/task.cc
rename to base/bind_helpers.cc
index baf4e0f6bb1f28622f78961ed8ee70c88286e4ce..f2fc3bb0daaed9697a899b2e80f5322e1a074fe9 100644
--- a/base/task.cc
+++ b/base/bind_helpers.cc
@@ -2,10 +2,15 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "base/task.h"
+#include "base/bind_helpers.h"
+
+#include "base/callback.h"
namespace base {
+void DoNothing() {
+}
+
ScopedClosureRunner::ScopedClosureRunner(const Closure& closure)
: closure_(closure) {
}
« no previous file with comments | « base/bind_helpers.h ('k') | base/bind_helpers_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698