Index: chrome/browser/chrome_browser_main_linux.h |
diff --git a/chrome/browser/chrome_browser_main_linux.h b/chrome/browser/chrome_browser_main_linux.h |
index b1d1521011abcfdf0e65187c4e83a85f13cc51a7..3f6559c2c8aa4f845888fc001461f8b8d74a4452 100644 |
--- a/chrome/browser/chrome_browser_main_linux.h |
+++ b/chrome/browser/chrome_browser_main_linux.h |
@@ -18,7 +18,7 @@ |
#if !defined(OS_CHROMEOS) |
namespace chrome { |
-class MediaDeviceNotificationsLinux; |
+class DiskMountWatcherLinux; |
} |
#endif |
@@ -34,8 +34,7 @@ class ChromeBrowserMainPartsLinux : public ChromeBrowserMainPartsPosix { |
private: |
#if !defined(OS_CHROMEOS) |
- scoped_refptr<chrome::MediaDeviceNotificationsLinux> |
- media_device_notifications_linux_; |
+ scoped_refptr<chrome::DiskMountWatcherLinux> disk_mount_watcher_linux_; |
#endif |
#if defined(OS_CHROMEOS) |