Chromium Code Reviews| Index: chrome/browser/system_monitor/removable_device_notifications_linux.h |
| diff --git a/chrome/browser/system_monitor/removable_device_notifications_linux.h b/chrome/browser/system_monitor/removable_device_notifications_linux.h |
| index a40401382094b351fc431c649fc0bb1148dbbcb6..96214697acfbe320e7373ad9f133e3d02ad84084 100644 |
| --- a/chrome/browser/system_monitor/removable_device_notifications_linux.h |
| +++ b/chrome/browser/system_monitor/removable_device_notifications_linux.h |
| @@ -35,6 +35,9 @@ typedef void (*GetDeviceInfoFunc)(const FilePath& device_path, |
| namespace chrome { |
| +class RemovableDeviceNotificationsLinux; |
| +typedef RemovableDeviceNotificationsLinux RemovableDeviceNotifications; |
|
Lei Zhang
2012/09/17 00:25:47
It would be better to make RemovableDeviceNotifica
vandebo (ex-Chrome)
2012/09/17 00:32:58
That's about all they share though. base::SystemM
|
| + |
| class RemovableDeviceNotificationsLinux |
| : public base::RefCountedThreadSafe<RemovableDeviceNotificationsLinux, |
| content::BrowserThread::DeleteOnFileThread> { |