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

Unified Diff: chrome/browser/media_gallery/media_storage_util.h

Issue 10882039: Make the Linux System Monitor implementation track all devices (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: nits 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_storage_util.h
diff --git a/chrome/browser/media_gallery/media_storage_util.h b/chrome/browser/media_gallery/media_storage_util.h
index 4d3d9856453e27524035843591adbb3e0bd0aacc..c5e6233fd3e40e13885639243352b9f1661e2258 100644
--- a/chrome/browser/media_gallery/media_storage_util.h
+++ b/chrome/browser/media_gallery/media_storage_util.h
@@ -72,7 +72,7 @@ class MediaStorageUtil {
MediaStorageUtil();
// A platform specific helper.
- static void FindUSBDeviceById(const std::string& unique_id,
+ static void FindUSBDeviceById(const std::string& device_id,
const FilePathCallback& callback);
DISALLOW_COPY_AND_ASSIGN(MediaStorageUtil);

Powered by Google App Engine
This is Rietveld 408576698