Index: base/callback_internal.h |
diff --git a/base/callback_internal.h b/base/callback_internal.h |
index 1543ecac211361aaba9cb80771248f79f30ad540..176547c5190dd68905df2f7679dcbd7f0cedc137 100644 |
--- a/base/callback_internal.h |
+++ b/base/callback_internal.h |
@@ -62,9 +62,9 @@ class BASE_EXPORT CallbackBase { |
// Returns the Callback into an uninitalized state. |
void Reset(); |
+ protected: |
bool Equals(const CallbackBase& other) const; |
- protected: |
// In C++, it is safe to cast function pointers to function pointers of |
// another type. It is not okay to use void*. We create a InvokeFuncStorage |
// that that can store our function pointer, and then cast it back to |