| 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 60fc44a768a7f5133e4985d63ee35630aa7281ac..70843f03d2dda428d551b961e8eb5039b3fd2f18 100644
|
| --- a/chrome/browser/chromeos/display/display_preferences.cc
|
| +++ b/chrome/browser/chromeos/display/display_preferences.cc
|
| @@ -72,6 +72,8 @@ std::string ColorProfileToString(ui::ColorCalibrationProfile profile) {
|
| return "movie";
|
| case ui::COLOR_PROFILE_READING:
|
| return "reading";
|
| + case ui::NUM_COLOR_PROFILES:
|
| + break;
|
| }
|
| NOTREACHED();
|
| return "";
|
|
|