Index: base/bind_helpers.h |
diff --git a/base/bind_helpers.h b/base/bind_helpers.h |
index 3293dbba77ba9c628854e5b047d93c536d63b236..27434e0ae6c6370398bf741e094ccc0e3cd9293a 100644 |
--- a/base/bind_helpers.h |
+++ b/base/bind_helpers.h |
@@ -145,7 +145,7 @@ class SupportsAddRefAndRelease { |
#pragma warning(default:4624) |
#endif |
- template <void(BaseMixin::*)(void)> struct Helper {}; |
+ template <void(BaseMixin::*)(void)> struct Helper {}; |
template <typename C> |
static No& Check(Helper<&C::AddRef>*, Helper<&C::Release>*); |