| Index: ui/base/resource/data_pack.h
|
| diff --git a/ui/base/resource/data_pack.h b/ui/base/resource/data_pack.h
|
| index 40913cb978842933d33b81bc95e19ce395fa1094..3935e6b4e7f689f88454acbc489199c1b421261a 100644
|
| --- a/ui/base/resource/data_pack.h
|
| +++ b/ui/base/resource/data_pack.h
|
| @@ -21,11 +21,8 @@
|
|
|
| namespace base {
|
| class FilePath;
|
| -class RefCountedStaticMemory;
|
| -}
|
| -
|
| -namespace file_util {
|
| class MemoryMappedFile;
|
| +class RefCountedStaticMemory;
|
| }
|
|
|
| namespace ui {
|
| @@ -63,7 +60,7 @@ class UI_EXPORT DataPack : public ResourceHandle {
|
| bool LoadImpl();
|
|
|
| // The memory-mapped data.
|
| - scoped_ptr<file_util::MemoryMappedFile> mmap_;
|
| + scoped_ptr<base::MemoryMappedFile> mmap_;
|
|
|
| // Number of resources in the data.
|
| size_t resource_count_;
|
|
|