Index: cc/quads/list_container.h |
diff --git a/cc/quads/list_container.h b/cc/quads/list_container.h |
index dd313fc8b45bc67d1b7568bea2dd0d0fe81e6a14..7abbe27b9e57fc71de0ea00c37f9a37f2161ce2f 100644 |
--- a/cc/quads/list_container.h |
+++ b/cc/quads/list_container.h |
@@ -218,7 +218,7 @@ class CC_EXPORT ListContainer { |
private: |
// Hands out memory location for an element at the end of data structure. |
- BaseElementType* Allocate(size_t size_of_actual_element_in_bytes); |
+ void* Allocate(size_t size_of_actual_element_in_bytes); |
scoped_ptr<ListContainerCharAllocator> data_; |