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

Unified Diff: chrome/browser/media_galleries/media_file_system_registry_unittest.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/media_galleries/media_file_system_registry_unittest.cc
===================================================================
--- chrome/browser/media_galleries/media_file_system_registry_unittest.cc (revision 218837)
+++ chrome/browser/media_galleries/media_file_system_registry_unittest.cc (working copy)
@@ -332,7 +332,7 @@
void ProcessAttach(const std::string& id,
const string16& name,
const base::FilePath::StringType& location) {
- StorageInfo info(id, string16(), location, name, string16(), string16(), 0);
+ StorageInfo info(id, location, name, base::string16(), base::string16(), 0);
StorageMonitor::GetInstance()->receiver()->ProcessAttach(info);
}

Powered by Google App Engine
This is Rietveld 408576698