| Index: chrome/browser/first_run/try_chrome_dialog_view.h
|
| ===================================================================
|
| --- chrome/browser/first_run/try_chrome_dialog_view.h (revision 151055)
|
| +++ chrome/browser/first_run/try_chrome_dialog_view.h (working copy)
|
| @@ -89,7 +89,7 @@
|
| // We have two buttons and according to what the user clicked we set |result_|
|
| // and we should always close and end the modal loop.
|
| virtual void ButtonPressed(views::Button* sender,
|
| - const views::Event& event) OVERRIDE;
|
| + const ui::Event& event) OVERRIDE;
|
|
|
| // views::LinkListener:
|
| // If the user selects the link we need to fire off the default browser that
|
|
|