Index: third_party/tcmalloc/chromium/src/base/stl_allocator.h |
diff --git a/third_party/tcmalloc/chromium/src/base/stl_allocator.h b/third_party/tcmalloc/chromium/src/base/stl_allocator.h |
index 8276a83d77f7ceee765346cdcb5a1ff41c43c20e..346bf0a9903e55c0a4d18cc913b8c215fc3fc0d2 100644 |
--- a/third_party/tcmalloc/chromium/src/base/stl_allocator.h |
+++ b/third_party/tcmalloc/chromium/src/base/stl_allocator.h |
@@ -92,6 +92,7 @@ class STL_Allocator { |
// There's no state, so these allocators are always equal |
bool operator==(const STL_Allocator&) const { return true; } |
+ bool operator!=(const STL_Allocator&) const { return false; } |
}; |
#endif // BASE_STL_ALLOCATOR_H_ |