[Autofill Styles] Fix typo in flag selection color

Bug: 874094
Change-Id: I246b33a817bb87357acb9b9426add41323cb2711
Reviewed-on: https://chromium-review.googlesource.com/1178748
Reviewed-by: Tommy Martino <[email protected]>
Commit-Queue: Fabio Tirelo <[email protected]>
Cr-Commit-Position: refs/heads/master@{#583848}
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 982b6c3..ed271f9 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -795,7 +795,7 @@
 
 const FeatureEntry::FeatureParam kAutofillPreviewStyleBlackOnBlue050[] = {
     {blink::features::kAutofillPreviewStyleExperimentBgColorParameterName,
-     "#E8F0F3"},
+     "#E8F0FE"},
     {blink::features::kAutofillPreviewStyleExperimentColorParameterName,
      "#000000"},
 };
@@ -807,7 +807,7 @@
 };
 const FeatureEntry::FeatureParam kAutofillPreviewStyleBlue900OnBlue050[] = {
     {blink::features::kAutofillPreviewStyleExperimentBgColorParameterName,
-     "#E8F0F3"},
+     "#E8F0FE"},
     {blink::features::kAutofillPreviewStyleExperimentColorParameterName,
      "#174EA6"},
 };