| Index: content/common/host_discardable_shared_memory_manager.h
|
| diff --git a/content/common/host_discardable_shared_memory_manager.h b/content/common/host_discardable_shared_memory_manager.h
|
| index 148c4fc3f80a36d35cad0ec1f0ebd165c79127b6..624dd2fdf164895db32e4427645d28a7b9e3f209 100644
|
| --- a/content/common/host_discardable_shared_memory_manager.h
|
| +++ b/content/common/host_discardable_shared_memory_manager.h
|
| @@ -33,8 +33,8 @@ class CONTENT_EXPORT HostDiscardableSharedMemoryManager
|
| static HostDiscardableSharedMemoryManager* current();
|
|
|
| // Overridden from base::DiscardableMemoryShmemAllocator:
|
| - scoped_ptr<base::DiscardableSharedMemory>
|
| - AllocateLockedDiscardableSharedMemory(size_t size) override;
|
| + scoped_ptr<base::DiscardableMemoryShmemChunk> AllocateLockedDiscardableMemory(
|
| + size_t size) override;
|
|
|
| // This allocates a discardable memory segment for |process_handle|.
|
| // A valid shared memory handle is returned on success.
|
|
|