Index: ui/native_theme/native_theme_dark_aura.cc |
diff --git a/ui/native_theme/native_theme_dark_aura.cc b/ui/native_theme/native_theme_dark_aura.cc |
index 71fd6912e03feb18efbc4a152421b14f8b4e8659..4bb61dacfd82c07fb98888137c4abce7f50fbd7d 100644 |
--- a/ui/native_theme/native_theme_dark_aura.cc |
+++ b/ui/native_theme/native_theme_dark_aura.cc |
@@ -147,6 +147,7 @@ SkColor NativeThemeDarkAura::GetSystemColor(ColorId color_id) const { |
case kColorId_ResultsTableNegativeText: |
case kColorId_ResultsTableNegativeHoveredText: |
case kColorId_ResultsTableNegativeSelectedText: |
+ case kColorId_SeparatorColor: |
case kColorId_ThrobberSpinningColor: |
case kColorId_ThrobberWaitingColor: |
case kColorId_ThrobberLightColor: |