| Index: chrome/browser/chromeos/options/wifi_config_view.cc
|
| ===================================================================
|
| --- chrome/browser/chromeos/options/wifi_config_view.cc (revision 151055)
|
| +++ chrome/browser/chromeos/options/wifi_config_view.cc (working copy)
|
| @@ -618,7 +618,7 @@
|
| }
|
|
|
| void WifiConfigView::ButtonPressed(views::Button* sender,
|
| - const views::Event& event) {
|
| + const ui::Event& event) {
|
| if (sender == passphrase_visible_button_) {
|
| if (passphrase_textfield_) {
|
| passphrase_textfield_->SetObscured(!passphrase_textfield_->IsObscured());
|
|
|