| Index: chrome/browser/chromeos/display/display_preferences.cc
|
| diff --git a/chrome/browser/chromeos/display/display_preferences.cc b/chrome/browser/chromeos/display/display_preferences.cc
|
| index 45b242c24a8c029af79d71c730afc2f449c3e251..069ed6eaf24f87a3fd191bfedb7b26422885a938 100644
|
| --- a/chrome/browser/chromeos/display/display_preferences.cc
|
| +++ b/chrome/browser/chromeos/display/display_preferences.cc
|
| @@ -80,7 +80,7 @@ std::string ColorProfileToString(ui::ColorCalibrationProfile profile) {
|
| return "";
|
| }
|
|
|
| -ui::ColorCalibrationProfile StringToColorProfile(std::string value) {
|
| +ui::ColorCalibrationProfile StringToColorProfile(const std::string& value) {
|
| if (value == "standard")
|
| return ui::COLOR_PROFILE_STANDARD;
|
| else if (value == "dynamic")
|
|
|