| Index: chrome/browser/ui/media_stream_infobar_delegate.h
|
| ===================================================================
|
| --- chrome/browser/ui/media_stream_infobar_delegate.h (revision 146197)
|
| +++ chrome/browser/ui/media_stream_infobar_delegate.h (working copy)
|
| @@ -65,7 +65,7 @@
|
| virtual MediaStreamInfoBarDelegate* AsMediaStreamInfoBarDelegate() OVERRIDE;
|
|
|
| // The original request for access to devices.
|
| - const content::MediaStreamRequest* request_;
|
| + const content::MediaStreamRequest request_;
|
|
|
| // The callback that needs to be Run to notify WebRTC of whether access to
|
| // audio/video devices was granted or not.
|
|
|