| Index: chrome/browser/extensions/api/file_system/file_system_api.cc
|
| diff --git a/chrome/browser/extensions/api/file_system/file_system_api.cc b/chrome/browser/extensions/api/file_system/file_system_api.cc
|
| index a2a5182967813a4ec0c247266a62dda475836f44..60bedd3e7d51e4b9c86287f287f2ae7b9fec8062 100644
|
| --- a/chrome/browser/extensions/api/file_system/file_system_api.cc
|
| +++ b/chrome/browser/extensions/api/file_system/file_system_api.cc
|
| @@ -405,7 +405,7 @@ void FileSystemEntryFunction::RegisterFileSystemAndSendResponseWithIdOverride(
|
| GetExtension()->id(), render_view_host_->GetProcess()->GetID(), path,
|
| writable);
|
|
|
| - DictionaryValue* dict = new DictionaryValue();
|
| + base::DictionaryValue* dict = new base::DictionaryValue();
|
| SetResult(dict);
|
| dict->SetString("fileSystemId", file_entry.filesystem_id);
|
| dict->SetString("baseName", file_entry.registered_name);
|
|
|