Index: base/ref_counted_memory.cc |
diff --git a/base/ref_counted_memory.cc b/base/ref_counted_memory.cc |
index 6b6328c2fca9994a5b279357b0fd43a8a7cadc34..0a4a613535467aa1df3a23c0db1d708960376fad 100644 |
--- a/base/ref_counted_memory.cc |
+++ b/base/ref_counted_memory.cc |
@@ -4,6 +4,12 @@ |
#include "base/ref_counted_memory.h" |
+RefCountedMemory::RefCountedMemory() { |
+} |
+ |
+RefCountedMemory::~RefCountedMemory() { |
+} |
+ |
const unsigned char* RefCountedStaticMemory::front() const { |
return data_; |
} |