| Index: chrome/browser/ui/views/infobars/media_stream_infobar.cc
|
| ===================================================================
|
| --- chrome/browser/ui/views/infobars/media_stream_infobar.cc (revision 151055)
|
| +++ chrome/browser/ui/views/infobars/media_stream_infobar.cc (working copy)
|
| @@ -92,7 +92,7 @@
|
| }
|
|
|
| void MediaStreamInfoBar::ButtonPressed(views::Button* sender,
|
| - const views::Event& event) {
|
| + const ui::Event& event) {
|
| if (!owned())
|
| return; // We're closing; don't call anything, it might access the owner.
|
| if (sender == allow_button_) {
|
|
|