| Index: chrome/browser/system_monitor/media_device_notifications_chromeos.h
|
| diff --git a/chrome/browser/media_gallery/media_device_notifications_chromeos.h b/chrome/browser/system_monitor/media_device_notifications_chromeos.h
|
| similarity index 91%
|
| rename from chrome/browser/media_gallery/media_device_notifications_chromeos.h
|
| rename to chrome/browser/system_monitor/media_device_notifications_chromeos.h
|
| index 49822b9c471af6b0e918756bb4fa334c36e24fbe..c0672d14b6c8008aa1ae09a82fd63655e4d71d9d 100644
|
| --- a/chrome/browser/media_gallery/media_device_notifications_chromeos.h
|
| +++ b/chrome/browser/system_monitor/media_device_notifications_chromeos.h
|
| @@ -5,8 +5,8 @@
|
| // chromeos::MediaDeviceNotifications listens for mount point changes and
|
| // notifies the SystemMonitor about the addition and deletion of media devices.
|
|
|
| -#ifndef CHROME_BROWSER_MEDIA_GALLERY_MEDIA_DEVICE_NOTIFICATIONS_CHROMEOS_H_
|
| -#define CHROME_BROWSER_MEDIA_GALLERY_MEDIA_DEVICE_NOTIFICATIONS_CHROMEOS_H_
|
| +#ifndef CHROME_BROWSER_SYSTEM_MONITOR_MEDIA_DEVICE_NOTIFICATIONS_CHROMEOS_H_
|
| +#define CHROME_BROWSER_SYSTEM_MONITOR_MEDIA_DEVICE_NOTIFICATIONS_CHROMEOS_H_
|
|
|
| #if !defined(OS_CHROMEOS)
|
| #error "Should only be used on ChromeOS."
|
| @@ -70,4 +70,4 @@ class MediaDeviceNotifications
|
|
|
| } // namespace chromeos
|
|
|
| -#endif // CHROME_BROWSER_MEDIA_GALLERY_MEDIA_DEVICE_NOTIFICATIONS_CHROMEOS_H_
|
| +#endif // CHROME_BROWSER_SYSTEM_MONITOR_MEDIA_DEVICE_NOTIFICATIONS_CHROMEOS_H_
|
|
|