For some reason all my features with views in them say they are overridden.

When doing a diff, I get this in default:

array(
array(
'commerce_cart_form' => array(	
'display' => array(
'default' => array(
'display_options' => array(
'fields' => array(
'field_registrant_name' => array(
'id' => 'field_registrant_name',
'table' => 'field_data_field_registrant_name',
'field' => 'field_registrant_name',
'relationship' => 'commerce_line_items_line_item_id',
),
),	
),	
),	
),
 	
'vih_ad_push' => $view = new view();	
$view->name = 'vih_ad_push';

And that is not a part of the features in the db, so it should be substituted with nothing. However, looking through the features files the commerce_cart_form is not present there, and thus when doing a revert, the issue is not fixed. Has anyone encountered this?