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

Unified Diff: base/at_exit_unittest.cc

Issue 8483003: Callback API Change: Reimplement Bind(); support IgnoreResult, full currying, and use less types (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 9 years, 1 month 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/bind.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/at_exit_unittest.cc
diff --git a/base/at_exit_unittest.cc b/base/at_exit_unittest.cc
index 89fc9d0f222b44b7536c762bfe1d20ac1a31d869..cda73403fb04af6f08d2d1951614f1de6e1cd612 100644
--- a/base/at_exit_unittest.cc
+++ b/base/at_exit_unittest.cc
@@ -81,7 +81,7 @@ TEST_F(AtExitTest, Param) {
TEST_F(AtExitTest, Task) {
ZeroTestCounters();
- base::AtExitManager::RegisterTask(base::Bind(ExpectParamIsCounter,
+ base::AtExitManager::RegisterTask(base::Bind(&ExpectParamIsCounter,
&g_test_counter_1));
base::AtExitManager::ProcessCallbacksNow();
}
« no previous file with comments | « no previous file | base/bind.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698