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

Unified Diff: chrome/browser/media_gallery/media_device_notifications_linux_unittest.cc

Issue 10876093: Improve the device type constants. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 8 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_gallery/media_device_notifications_linux_unittest.cc
diff --git a/chrome/browser/media_gallery/media_device_notifications_linux_unittest.cc b/chrome/browser/media_gallery/media_device_notifications_linux_unittest.cc
index ffba0024482cd0e4003731b92b333a90602d2215..1216d152570930beced45c07a08cae212d80d62a 100644
--- a/chrome/browser/media_gallery/media_device_notifications_linux_unittest.cc
+++ b/chrome/browser/media_gallery/media_device_notifications_linux_unittest.cc
@@ -51,7 +51,7 @@ const char kMountPointB[] = "mnt_b";
std::string GetDCIMDeviceId(std::string unique_id) {
return chrome::MediaStorageUtil::MakeDeviceId(
- chrome::MediaStorageUtil::USB_MASS_STORAGE_WITH_DCIM, unique_id);
+ chrome::MediaStorageUtil::REMOVABLE_MASS_STORAGE_WITH_DCIM, unique_id);
}
bool GetDeviceInfo(const std::string& dev_path, std::string* id,

Powered by Google App Engine
This is Rietveld 408576698