Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5877)

Unified Diff: chrome/browser/storage_monitor/media_transfer_protocol_device_observer_linux.cc

Issue 19489006: Media Galleries: Move gallery name generation back to StorageMonitor. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: rebase Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/storage_monitor/media_transfer_protocol_device_observer_linux.cc
===================================================================
--- chrome/browser/storage_monitor/media_transfer_protocol_device_observer_linux.cc (revision 218837)
+++ chrome/browser/storage_monitor/media_transfer_protocol_device_observer_linux.cc (working copy)
@@ -187,8 +187,8 @@
DCHECK(!ContainsKey(storage_map_, location));
- StorageInfo storage_info(device_id, device_name, location, device_name,
- string16(), string16(), 0);
+ StorageInfo storage_info(device_id, location, device_name,
+ base::string16(), base::string16(), 0);
storage_map_[location] = storage_info;
notifications_->ProcessAttach(storage_info);
} else {

Powered by Google App Engine
This is Rietveld 408576698