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

Unified Diff: chrome/browser/extensions/api/media_galleries/media_galleries_apitest.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
« no previous file with comments | « no previous file | chrome/browser/extensions/api/media_galleries_private/media_galleries_eject_apitest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/api/media_galleries/media_galleries_apitest.cc
===================================================================
--- chrome/browser/extensions/api/media_galleries/media_galleries_apitest.cc (revision 218837)
+++ chrome/browser/extensions/api/media_galleries/media_galleries_apitest.cc (working copy)
@@ -86,9 +86,9 @@
chrome::StorageInfo::REMOVABLE_MASS_STORAGE_WITH_DCIM, kDeviceId);
chrome::StorageMonitor::GetInstance()->receiver()->ProcessAttach(
- chrome::StorageInfo(device_id_, string16(), kDevicePath,
- ASCIIToUTF16(kDeviceName),
- string16(), string16(), 0));
+ chrome::StorageInfo(device_id_, kDevicePath,
+ base::ASCIIToUTF16(kDeviceName), base::string16(),
+ base::string16(), 0));
content::RunAllPendingInMessageLoop();
}
« no previous file with comments | « no previous file | chrome/browser/extensions/api/media_galleries_private/media_galleries_eject_apitest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698