| Index: storage/browser/fileapi/plugin_private_file_system_backend.cc
|
| diff --git a/storage/browser/fileapi/plugin_private_file_system_backend.cc b/storage/browser/fileapi/plugin_private_file_system_backend.cc
|
| index 54b0e7f7ce21dbdfeeeac67bc03b363722411d3f..06e9aefb3f1f49a0db1f66b796b502854e998cfb 100644
|
| --- a/storage/browser/fileapi/plugin_private_file_system_backend.cc
|
| +++ b/storage/browser/fileapi/plugin_private_file_system_backend.cc
|
| @@ -48,7 +48,7 @@ class PluginPrivateFileSystemBackend::FileSystemIDToPluginMap {
|
| const std::string& plugin_id) {
|
| DCHECK(task_runner_->RunsTasksOnCurrentThread());
|
| DCHECK(!filesystem_id.empty());
|
| - DCHECK(!ContainsKey(map_, filesystem_id)) << filesystem_id;
|
| + DCHECK(!base::ContainsKey(map_, filesystem_id)) << filesystem_id;
|
| map_[filesystem_id] = plugin_id;
|
| }
|
|
|
|
|