| Index: content/child/fileapi/file_system_dispatcher.h
|
| diff --git a/content/child/fileapi/file_system_dispatcher.h b/content/child/fileapi/file_system_dispatcher.h
|
| index a04d97ead07d2efa0e26adf33675814d9c2d4850..b0f717480d38c75c44e8057a311741800dafbd23 100644
|
| --- a/content/child/fileapi/file_system_dispatcher.h
|
| +++ b/content/child/fileapi/file_system_dispatcher.h
|
| @@ -147,7 +147,7 @@ class FileSystemDispatcher : public IPC::Listener {
|
| void OnDidFail(int request_id, base::File::Error error_code);
|
| void OnDidWrite(int request_id, int64_t bytes, bool complete);
|
|
|
| - IDMap<CallbackDispatcher, IDMapOwnPointer> dispatchers_;
|
| + IDMap<std::unique_ptr<CallbackDispatcher>> dispatchers_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(FileSystemDispatcher);
|
| };
|
|
|