| Index: chrome/browser/storage_monitor/storage_monitor.cc
|
| diff --git a/chrome/browser/storage_monitor/storage_monitor.cc b/chrome/browser/storage_monitor/storage_monitor.cc
|
| index 9f9d4c26808fe651a360b720aa863586cdd26e80..380412d6491b4a9f0a419d14dd2a0ce92b1035f4 100644
|
| --- a/chrome/browser/storage_monitor/storage_monitor.cc
|
| +++ b/chrome/browser/storage_monitor/storage_monitor.cc
|
| @@ -147,7 +147,7 @@ void StorageMonitor::ProcessAttach(const StorageInfo& info) {
|
| storage_map_.insert(std::make_pair(info.device_id(), info));
|
| }
|
|
|
| - DVLOG(1) << "StorageAttached with name " << UTF16ToUTF8(info.name())
|
| + DVLOG(1) << "StorageAttached with name " << base::UTF16ToUTF8(info.name())
|
| << " and id " << info.device_id();
|
| if (StorageInfo::IsRemovableDevice(info.device_id())) {
|
| observer_list_->Notify(
|
|
|