| 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;
|
| +
|
| class RemovableDeviceNotificationsLinux
|
| : public base::RefCountedThreadSafe<RemovableDeviceNotificationsLinux,
|
| content::BrowserThread::DeleteOnFileThread> {
|
|
|