| Index: components/content_settings/core/common/content_settings_types.h
 | 
| diff --git a/components/content_settings/core/common/content_settings_types.h b/components/content_settings/core/common/content_settings_types.h
 | 
| index 0bda5bf39b722e55bcf901603b62e03554c49ace..a9a136694e83c0e0d9864548c13624905819354f 100644
 | 
| --- a/components/content_settings/core/common/content_settings_types.h
 | 
| +++ b/components/content_settings/core/common/content_settings_types.h
 | 
| @@ -44,6 +44,8 @@ enum ContentSettingsType {
 | 
|    CONTENT_SETTINGS_TYPE_APP_BANNER,
 | 
|    CONTENT_SETTINGS_TYPE_SITE_ENGAGEMENT,
 | 
|    CONTENT_SETTINGS_TYPE_DURABLE_STORAGE,
 | 
| +  CONTENT_SETTINGS_TYPE_USB,
 | 
| +  CONTENT_SETTINGS_TYPE_USB_CHOOSER_DATA,
 | 
|  
 | 
|    // WARNING: This enum is going to be removed soon. Do not depend on NUM_TYPES.
 | 
|    CONTENT_SETTINGS_NUM_TYPES_DO_NOT_USE,
 | 
| 
 |