Index: trunk/src/cc/base/scoped_ptr_hash_map.h |
=================================================================== |
--- trunk/src/cc/base/scoped_ptr_hash_map.h (revision 202735) |
+++ trunk/src/cc/base/scoped_ptr_hash_map.h (working copy) |
@@ -31,7 +31,7 @@ |
~ScopedPtrHashMap() { clear(); } |
- void swap(ScopedPtrHashMap<Key, Value>& other) { |
+ void swap(ScopedPtrHashMap<Key, Value*>& other) { |
data_.swap(other.data_); |
} |