diff options
Diffstat (limited to 'base/data_pack.h')
-rw-r--r-- | base/data_pack.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/data_pack.h b/base/data_pack.h index 33f8b0f..2836715 100644 --- a/base/data_pack.h +++ b/base/data_pack.h @@ -13,13 +13,13 @@ #include <map> #include "base/basictypes.h" -#include "base/ref_counted_memory.h" #include "base/scoped_ptr.h" namespace file_util { class MemoryMappedFile; } class FilePath; +class RefCountedStaticMemory; namespace base { |