| Index: chrome/browser/chromeos/login/screens/hid_detection_screen.h
|
| diff --git a/chrome/browser/chromeos/login/screens/hid_detection_screen.h b/chrome/browser/chromeos/login/screens/hid_detection_screen.h
|
| index df2c7036ad27774895e1c093c68bc179cf081e49..42860a223d6077f3b0416cda1e7558a0821b4b7d 100644
|
| --- a/chrome/browser/chromeos/login/screens/hid_detection_screen.h
|
| +++ b/chrome/browser/chromeos/login/screens/hid_detection_screen.h
|
| @@ -174,8 +174,7 @@ class HIDDetectionScreen : public HIDDetectionModel,
|
| void SendKeyboardDeviceNotification();
|
|
|
| // Helper method. Sets device name or placeholder if the name is empty.
|
| - void SetKeyboardDeviceName_(std::string name);
|
| -
|
| + void SetKeyboardDeviceName_(const std::string& name);
|
|
|
| HIDDetectionView* view_;
|
|
|
|
|