| Index: content/shell/shell_aura.cc
|
| ===================================================================
|
| --- content/shell/shell_aura.cc (revision 151055)
|
| +++ content/shell/shell_aura.cc (working copy)
|
| @@ -266,8 +266,7 @@
|
| }
|
|
|
| // Overriden from ButtonListener
|
| - virtual void ButtonPressed(Button* sender,
|
| - const Event& event) OVERRIDE {
|
| + virtual void ButtonPressed(Button* sender, const ui::Event& event) OVERRIDE {
|
| if (sender == back_button_)
|
| shell_->GoBackOrForward(-1);
|
| else if (sender == forward_button_)
|
|
|