Index: chrome/browser/media_gallery/media_device_notifications_linux.h |
diff --git a/chrome/browser/media_gallery/media_device_notifications_linux.h b/chrome/browser/media_gallery/media_device_notifications_linux.h |
index 079123c16fcb85065b4e78d3d636e48a97d8e0dd..cd6f0d0775ed2cb2aee3142240592ca694ffa74f 100644 |
--- a/chrome/browser/media_gallery/media_device_notifications_linux.h |
+++ b/chrome/browser/media_gallery/media_device_notifications_linux.h |
@@ -26,10 +26,10 @@ |
class FilePath; |
// Gets the media device information given a |device_path|. On success, |
-// returns true and fills in |device_name| and |device_id|. |
+// returns true and fills in |device_name| and |unique_id|. |
typedef bool (*GetDeviceInfoFunc)(const std::string& device_path, |
std::string* device_name, |
- string16* device_id); |
+ string16* unique_id); |
namespace chrome { |