| Index: ui/native_theme/native_theme.h
 | 
| diff --git a/ui/native_theme/native_theme.h b/ui/native_theme/native_theme.h
 | 
| index 9ceae9d7eaf2f9c596b5af34bcac9cda997de144..f429767c35c872df0b30f92b19c99fdb46d88042 100644
 | 
| --- a/ui/native_theme/native_theme.h
 | 
| +++ b/ui/native_theme/native_theme.h
 | 
| @@ -324,6 +324,8 @@ class NATIVE_THEME_EXPORT NativeTheme {
 | 
|      kColorId_ResultsTableNegativeText,
 | 
|      kColorId_ResultsTableNegativeHoveredText,
 | 
|      kColorId_ResultsTableNegativeSelectedText,
 | 
| +    // For MD icons.
 | 
| +    kColorId_ChromeIconGrey,
 | 
|      // Colors for the material spinner (aka throbber).
 | 
|      kColorId_ThrobberSpinningColor,
 | 
|      kColorId_ThrobberWaitingColor,
 | 
| 
 |