Chromium Code Reviews| Index: base/memory/ref_counted_memory.cc |
| =================================================================== |
| --- base/memory/ref_counted_memory.cc (revision 134496) |
| +++ base/memory/ref_counted_memory.cc (working copy) |
| @@ -6,12 +6,12 @@ |
| #include "base/logging.h" |
| +namespace base { |
| + |
| RefCountedMemory::RefCountedMemory() {} |
| RefCountedMemory::~RefCountedMemory() {} |
| -namespace base { |
| - |
| const unsigned char* RefCountedStaticMemory::front() const { |
| return data_; |
| } |