| Index: chrome/browser/ui/views/extensions/bundle_installed_bubble.cc
|
| ===================================================================
|
| --- chrome/browser/ui/views/extensions/bundle_installed_bubble.cc (revision 151055)
|
| +++ chrome/browser/ui/views/extensions/bundle_installed_bubble.cc (working copy)
|
| @@ -152,7 +152,7 @@
|
|
|
| // views::ButtonListener implementation:
|
| virtual void ButtonPressed(views::Button* sender,
|
| - const views::Event& event) OVERRIDE {
|
| + const ui::Event& event) OVERRIDE {
|
| StartFade(false);
|
| }
|
|
|
|
|