| Index: chrome/browser/system_monitor/removable_device_notifications_linux.h
|
| diff --git a/chrome/browser/media_gallery/removable_device_notifications_linux.h b/chrome/browser/system_monitor/removable_device_notifications_linux.h
|
| similarity index 95%
|
| rename from chrome/browser/media_gallery/removable_device_notifications_linux.h
|
| rename to chrome/browser/system_monitor/removable_device_notifications_linux.h
|
| index 241ff928ae0c04217789056ae5c1a81d50e365e0..cead6ed08431b6876d1cd39fc8c826f3ea95fe2e 100644
|
| --- a/chrome/browser/media_gallery/removable_device_notifications_linux.h
|
| +++ b/chrome/browser/system_monitor/removable_device_notifications_linux.h
|
| @@ -6,8 +6,8 @@
|
| // the SystemMonitor about the addition and deletion of media devices, and
|
| // answers queries about mounted devices.
|
|
|
| -#ifndef CHROME_BROWSER_MEDIA_GALLERY_REMOVABLE_DEVICE_NOTIFICATIONS_LINUX_H_
|
| -#define CHROME_BROWSER_MEDIA_GALLERY_REMOVABLE_DEVICE_NOTIFICATIONS_LINUX_H_
|
| +#ifndef CHROME_BROWSER_SYSTEM_MONITOR_REMOVABLE_DEVICE_NOTIFICATIONS_LINUX_H_
|
| +#define CHROME_BROWSER_SYSTEM_MONITOR_REMOVABLE_DEVICE_NOTIFICATIONS_LINUX_H_
|
|
|
| #if defined(OS_CHROMEOS)
|
| #error "Use the ChromeOS-specific implementation instead."
|
| @@ -140,4 +140,4 @@ class RemovableDeviceNotificationsLinux
|
|
|
| } // namespace chrome
|
|
|
| -#endif // CHROME_BROWSER_MEDIA_GALLERY_REMOVABLE_DEVICE_NOTIFICATIONS_LINUX_H_
|
| +#endif // CHROME_BROWSER_SYSTEM_MONITOR_REMOVABLE_DEVICE_NOTIFICATIONS_LINUX_H_
|
|
|