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

Unified Diff: base/callback_unittest.nc

Issue 2042223002: Introduce OnceClosure and BindOnce (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update docs Created 4 years, 4 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
Index: base/callback_unittest.nc
diff --git a/base/callback_unittest.nc b/base/callback_unittest.nc
index ccf7b8b8eb6d7c13d522a8f883c3aacedece0d36..710362a26ea636e2ac61232aae55c7b2ead9603e 100644
--- a/base/callback_unittest.nc
+++ b/base/callback_unittest.nc
@@ -15,7 +15,7 @@ class Parent {
class Child : Parent {
};
-#if defined(NCTEST_EQUALS_REQUIRES_SAMETYPE) // [r"fatal error: no viable conversion from 'Callback<int \(\), \[\.\.\.\]>' to 'const Callback<void \(\), \[\.\.\.\]>'"]
+#if defined(NCTEST_EQUALS_REQUIRES_SAMETYPE) // [r"fatal error: no viable conversion from 'Callback<int \(\), \[2 \* \.\.\.\]>' to 'const Callback<void \(\), \[2 \* \.\.\.\]>'"]
// Attempting to call comparison function on two callbacks of different type.
//
« base/callback_internal.cc ('K') | « base/callback_internal.cc ('k') | docs/callback.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698