| Index: chrome/browser/about_flags.cc
|
| diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
|
| index 6b4eb075fd465f7cc3d3c8c908874982f32810d9..6d3da1a6031a717aee56ef4f3b63fbe9885660f6 100644
|
| --- a/chrome/browser/about_flags.cc
|
| +++ b/chrome/browser/about_flags.cc
|
| @@ -354,7 +354,7 @@ const FeatureEntry::Choice kEnableGpuRasterizationChoices[] = {
|
| const FeatureEntry::Choice kColorCorrectRenderingChoices[] = {
|
| {flags_ui::kGenericExperimentChoiceDefault, "", ""},
|
| {flags_ui::kGenericExperimentChoiceEnabled,
|
| - cc::switches::kEnableColorCorrectRendering, ""},
|
| + switches::kEnableColorCorrectRendering, ""},
|
| {flags_ui::kGenericExperimentChoiceDisabled, "", ""},
|
| };
|
|
|
|
|