| Index: chrome/browser/media/media_stream_capture_indicator.h
|
| diff --git a/chrome/browser/media/media_stream_capture_indicator.h b/chrome/browser/media/media_stream_capture_indicator.h
|
| index 20819d0b0f9511b5e0dc032e19c7001b67686340..f6391be1066fbd1c0fbfe89bce4639017e598ea8 100644
|
| --- a/chrome/browser/media/media_stream_capture_indicator.h
|
| +++ b/chrome/browser/media/media_stream_capture_indicator.h
|
| @@ -94,7 +94,7 @@ class MediaStreamCaptureIndicator
|
| // A map that contains the usage counts of the opened capture devices for each
|
| // WebContents instance.
|
| base::ScopedPtrHashMap<content::WebContents*,
|
| - WebContentsDeviceUsage> usage_map_;
|
| + scoped_ptr<WebContentsDeviceUsage>> usage_map_;
|
|
|
| // A vector which maps command IDs to their associated WebContents
|
| // instance. This is rebuilt each time the status tray icon context menu is
|
|
|