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

Unified Diff: components/storage_monitor/image_capture_device_manager.mm

Issue 120303003: [StorageMonitor] Move gallery name generation to StorageInfo. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix unittest build error on mac/linux/chromeos Created 6 years, 9 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 | « components/storage_monitor/DEPS ('k') | components/storage_monitor/media_storage_util_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/storage_monitor/image_capture_device_manager.mm
diff --git a/components/storage_monitor/image_capture_device_manager.mm b/components/storage_monitor/image_capture_device_manager.mm
index 10b4d4efedb26e9e7593716d5cb999b93bdd423f..ddff960018c941826e36609298acb191e4af93ac 100644
--- a/components/storage_monitor/image_capture_device_manager.mm
+++ b/components/storage_monitor/image_capture_device_manager.mm
@@ -104,8 +104,7 @@ storage_monitor::ImageCaptureDeviceManager* g_image_capture_device_manager =
storage_monitor::StorageInfo::MakeDeviceId(
storage_monitor::StorageInfo::MAC_IMAGE_CAPTURE,
base::SysNSStringToUTF8([cameraDevice UUIDString])),
- base::SysNSStringToUTF16([cameraDevice name]),
- "",
+ std::string(),
base::SysNSStringToUTF16([cameraDevice name]),
base::string16(),
base::string16(),
« no previous file with comments | « components/storage_monitor/DEPS ('k') | components/storage_monitor/media_storage_util_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698