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..7e1d5b837159493cfc29b1dbd2e25197c0bf03cc 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 |name| and |id|. |
typedef bool (*GetDeviceInfoFunc)(const std::string& device_path, |
- std::string* device_name, |
- string16* device_id); |
+ std::string* id, |
+ string16* name); |
namespace chrome { |