| Index: chrome/browser/media_galleries/media_galleries_scan_result_controller.h
|
| diff --git a/chrome/browser/media_galleries/media_galleries_scan_result_controller.h b/chrome/browser/media_galleries/media_galleries_scan_result_controller.h
|
| index b918dddda8dc0d43b75de976143fcb4e13872003..efacc9de16da863c18034a11019741ecd9fa698e 100644
|
| --- a/chrome/browser/media_galleries/media_galleries_scan_result_controller.h
|
| +++ b/chrome/browser/media_galleries/media_galleries_scan_result_controller.h
|
| @@ -102,7 +102,7 @@ class MediaGalleriesScanResultController
|
| void OnPreferenceUpdate(const std::string& extension_id);
|
|
|
| // Used to keep the dialog in sync with attached and detached devices.
|
| - void OnRemovableDeviceUpdate(const std::string device_id);
|
| + void OnRemovableDeviceUpdate(const std::string& device_id);
|
|
|
| Profile* GetProfile() const;
|
|
|
|
|