| Index: chrome/browser/extensions/api/system_info_storage/storage_info_provider_win.cc
|
| ===================================================================
|
| --- chrome/browser/extensions/api/system_info_storage/storage_info_provider_win.cc (revision 184354)
|
| +++ chrome/browser/extensions/api/system_info_storage/storage_info_provider_win.cc (working copy)
|
| @@ -47,8 +47,7 @@
|
| // Iterate the drive string by 4 wchars each step
|
| for (unsigned int i = 0; i < string_length; i += 4) {
|
| linked_ptr<StorageUnitInfo> unit(new StorageUnitInfo());
|
| - if (QueryUnitInfo(base::WideToUTF8(&logical_drive_strings[i]),
|
| - unit.get())) {
|
| + if (QueryUnitInfo(WideToUTF8(&logical_drive_strings[i]), unit.get())) {
|
| info->push_back(unit);
|
| }
|
| }
|
|
|
| Property changes on: chrome/browser/extensions/api/system_info_storage/storage_info_provider_win.cc
|
| ___________________________________________________________________
|
| Deleted: svn:mergeinfo
|
|
|
|
|