Index: sync/syncable/parent_child_index_unittest.cc |
diff --git a/sync/syncable/parent_child_index_unittest.cc b/sync/syncable/parent_child_index_unittest.cc |
index a2058c5041d009e91a253a19e42e90cb56a9cebc..5ae9d27bd87faae8b337265a1fe5c25d53b7534d 100644 |
--- a/sync/syncable/parent_child_index_unittest.cc |
+++ b/sync/syncable/parent_child_index_unittest.cc |
@@ -21,7 +21,7 @@ static const std::string kCacheGuid = "8HhNIHlEOCGQbIAALr9QEg=="; |
class ParentChildIndexTest : public testing::Test { |
public: |
- void TearDown() { |
+ virtual void TearDown() { |
// To make memory management easier, we take ownership of all EntryKernels |
// returned by our factory methods and delete them here. |
STLDeleteElements(&owned_entry_kernels_); |