| Index: chrome/chrome_tests_unit.gypi | 
| diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi | 
| index 07be4368a439e74ec1587bdab64009e77e839f1d..ec8745632491160662b798fc5832a9985cee6d24 100644 | 
| --- a/chrome/chrome_tests_unit.gypi | 
| +++ b/chrome/chrome_tests_unit.gypi | 
| @@ -1105,15 +1105,15 @@ | 
| 'browser/storage_monitor/media_transfer_protocol_device_observer_linux_unittest.cc', | 
| 'browser/storage_monitor/mock_removable_storage_observer.cc', | 
| 'browser/storage_monitor/mock_removable_storage_observer.h', | 
| -        'browser/storage_monitor/removable_device_notifications_chromeos_unittest.cc', | 
| -        'browser/storage_monitor/removable_device_notifications_linux_unittest.cc', | 
| -        'browser/storage_monitor/removable_device_notifications_mac_unittest.mm', | 
| -        'browser/storage_monitor/removable_device_notifications_window_win_unittest.cc', | 
| +        'browser/storage_monitor/storage_monitor_chromeos_unittest.cc', | 
| +        'browser/storage_monitor/storage_monitor_linux_unittest.cc', | 
| +        'browser/storage_monitor/storage_monitor_mac_unittest.mm', | 
| +        'browser/storage_monitor/storage_monitor_win_unittest.cc', | 
| 'browser/storage_monitor/storage_monitor_unittest.cc', | 
| 'browser/storage_monitor/test_portable_device_watcher_win.cc', | 
| 'browser/storage_monitor/test_portable_device_watcher_win.h', | 
| -        'browser/storage_monitor/test_removable_device_notifications_window_win.cc', | 
| -        'browser/storage_monitor/test_removable_device_notifications_window_win.h', | 
| +        'browser/storage_monitor/test_storage_monitor_win.cc', | 
| +        'browser/storage_monitor/test_storage_monitor_win.h', | 
| 'browser/storage_monitor/test_volume_mount_watcher_win.cc', | 
| 'browser/storage_monitor/test_volume_mount_watcher_win.h', | 
| 'browser/sync/about_sync_util_unittest.cc', | 
| @@ -1911,7 +1911,7 @@ | 
| ['exclude', '^browser/policy/user_cloud_policy_store_unittest.cc'], | 
| ['exclude', '^browser/policy/user_policy_signin_service_unittest.cc'], | 
| ['exclude', '^browser/safe_browsing/download_protection_service_unittest.cc' ], | 
| -            ['exclude', '^browser/storage_monitor/removable_device_notifications_linux_unittest.cc'], | 
| +            ['exclude', '^browser/storage_monitor/storage_monitor_linux_unittest.cc'], | 
| ], | 
| 'sources': [ | 
| 'browser/ui/webui/feedback_ui_unittest.cc', | 
|  |