Index: ui/base/resource/data_pack.h |
=================================================================== |
--- ui/base/resource/data_pack.h (revision 133676) |
+++ ui/base/resource/data_pack.h (working copy) |
@@ -19,7 +19,10 @@ |
#include "ui/base/resource/resource_handle.h" |
class FilePath; |
+ |
+namespace base { |
class RefCountedStaticMemory; |
+} |
namespace file_util { |
class MemoryMappedFile; |
@@ -46,7 +49,7 @@ |
// ResourceHandle implementation: |
virtual bool GetStringPiece(uint16 resource_id, |
base::StringPiece* data) const OVERRIDE; |
- virtual RefCountedStaticMemory* GetStaticMemory( |
+ virtual base::RefCountedStaticMemory* GetStaticMemory( |
uint16 resource_id) const OVERRIDE; |
virtual TextEncodingType GetTextEncodingType() const OVERRIDE; |