| Index: chrome/browser/system_monitor/removable_storage_notifications_unittest.cc
|
| diff --git a/chrome/browser/system_monitor/removable_storage_notifications_unittest.cc b/chrome/browser/system_monitor/removable_storage_notifications_unittest.cc
|
| index 2def2a2edd2f8eaf4d670e81f020781b46a41229..5194f3eb2dc47503df1e30bd24552df0e0230505 100644
|
| --- a/chrome/browser/system_monitor/removable_storage_notifications_unittest.cc
|
| +++ b/chrome/browser/system_monitor/removable_storage_notifications_unittest.cc
|
| @@ -39,11 +39,11 @@ class TestStorageNotifications : public RemovableStorageNotifications {
|
| void ProcessAttach(const std::string& id,
|
| const string16& name,
|
| const base::FilePath::StringType& location) {
|
| - RemovableStorageNotifications::ProcessAttach(id, name, location);
|
| + receiver()->ProcessAttach(id, name, location);
|
| }
|
|
|
| void ProcessDetach(const std::string& id) {
|
| - RemovableStorageNotifications::ProcessDetach(id);
|
| + receiver()->ProcessDetach(id);
|
| }
|
| };
|
|
|
|
|