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

Unified Diff: chrome/browser/storage_monitor/image_capture_device_manager_unittest.mm

Issue 15294020: StorageMonitor: Make StorageInfo a real class. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: address nits Created 7 years, 7 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/image_capture_device_manager_unittest.mm
===================================================================
--- chrome/browser/storage_monitor/image_capture_device_manager_unittest.mm (revision 201619)
+++ chrome/browser/storage_monitor/image_capture_device_manager_unittest.mm (working copy)
@@ -289,7 +289,7 @@
std::vector<chrome::StorageInfo> devices = monitor_.GetAttachedStorage();
ASSERT_EQ(1U, devices.size());
- EXPECT_EQ(std::string("ic:") + kDeviceId, devices[0].device_id);
+ EXPECT_EQ(std::string("ic:") + kDeviceId, devices[0].device_id());
DetachDevice(&manager, device);
devices = monitor_.GetAttachedStorage();

Powered by Google App Engine
This is Rietveld 408576698