diff options
Diffstat (limited to 'base/memory/ref_counted_memory.cc')
-rw-r--r-- | base/memory/ref_counted_memory.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/base/memory/ref_counted_memory.cc b/base/memory/ref_counted_memory.cc index 59d141d..9bcde32 100644 --- a/base/memory/ref_counted_memory.cc +++ b/base/memory/ref_counted_memory.cc @@ -6,12 +6,12 @@ #include "base/logging.h" +namespace base { + RefCountedMemory::RefCountedMemory() {} RefCountedMemory::~RefCountedMemory() {} -namespace base { - const unsigned char* RefCountedStaticMemory::front() const { return data_; } |