| Index: chrome/browser/system_monitor/removable_device_notifications_linux_unittest.cc
|
| ===================================================================
|
| --- chrome/browser/system_monitor/removable_device_notifications_linux_unittest.cc (revision 181040)
|
| +++ chrome/browser/system_monitor/removable_device_notifications_linux_unittest.cc (working copy)
|
| @@ -147,7 +147,7 @@
|
| // Avoids code deleting the object while there are references to it.
|
| // Aside from the base::RefCountedThreadSafe friend class, any attempts to
|
| // call this dtor will result in a compile-time error.
|
| - ~RemovableDeviceNotificationsLinuxTestWrapper() {}
|
| + virtual ~RemovableDeviceNotificationsLinuxTestWrapper() {}
|
|
|
| virtual void OnFilePathChanged(const base::FilePath& path,
|
| bool error) OVERRIDE {
|
|
|