| Index: chrome/browser/chromeos/chrome_browser_main_chromeos.cc | 
| diff --git a/chrome/browser/chromeos/chrome_browser_main_chromeos.cc b/chrome/browser/chromeos/chrome_browser_main_chromeos.cc | 
| index adf7e88c6eab5b0d440c41634eefdb9ce8e7bdcd..a5f921875cda304abee29b4b457abcf39b9bb627 100644 | 
| --- a/chrome/browser/chromeos/chrome_browser_main_chromeos.cc | 
| +++ b/chrome/browser/chromeos/chrome_browser_main_chromeos.cc | 
| @@ -78,7 +78,7 @@ | 
| #include "chrome/browser/profiles/profile.h" | 
| #include "chrome/browser/profiles/profile_manager.h" | 
| #include "chrome/browser/rlz/rlz.h" | 
| -#include "chrome/browser/storage_monitor/removable_device_notifications_chromeos.h" | 
| +#include "chrome/browser/storage_monitor/storage_monitor_chromeos.h" | 
| #include "chrome/common/chrome_notification_types.h" | 
| #include "chrome/common/chrome_switches.h" | 
| #include "chrome/common/chrome_version_info.h" | 
| @@ -620,8 +620,7 @@ void ChromeBrowserMainPartsChromeos::PostProfileInit() { | 
| } | 
| chromeos::accessibility::Initialize(); | 
|  | 
| -  removable_device_notifications_ = | 
| -      new RemovableDeviceNotificationsCros(); | 
| +  storage_monitor_ = new StorageMonitorCros(); | 
|  | 
| // Initialize the network portal detector for Chrome OS. The network | 
| // portal detector starts to listen for notifications from | 
|  |