| 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..b9680861b24a7bec6e3e0e0689e4f72caf64af41 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 RemovableDeviceNotificationsLinux;
|
| }
|
| #endif
|
|
|
| @@ -34,8 +34,8 @@ class ChromeBrowserMainPartsLinux : public ChromeBrowserMainPartsPosix {
|
|
|
| private:
|
| #if !defined(OS_CHROMEOS)
|
| - scoped_refptr<chrome::MediaDeviceNotificationsLinux>
|
| - media_device_notifications_linux_;
|
| + scoped_refptr<chrome::RemovableDeviceNotificationsLinux>
|
| + removable_device_notifications_linux_;
|
| #endif
|
|
|
| #if defined(OS_CHROMEOS)
|
|
|