summaryrefslogtreecommitdiffstats
path: root/content/shell/shell_aura.cc
diff options
context:
space:
mode:
authorbeng@google.com <beng@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-10 19:29:04 +0000
committerbeng@google.com <beng@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-08-10 19:29:04 +0000
commit0fe4c7993506c5c459949a6deabd6c62d39661ce (patch)
treea8d4fb52754a263e84702814c29403732397206f /content/shell/shell_aura.cc
parent1e3b940afe9fd1bd278185caa11cff77f86a65c5 (diff)
downloadchromium_src-0fe4c7993506c5c459949a6deabd6c62d39661ce.zip
chromium_src-0fe4c7993506c5c459949a6deabd6c62d39661ce.tar.gz
chromium_src-0fe4c7993506c5c459949a6deabd6c62d39661ce.tar.bz2
Replace views::Event with ui::Event.
http://crbug.com/125937 TBR=sky@chromium.org,jochen@chromium.org,sadrul@chromium.org Review URL: https://chromiumcodereview.appspot.com/10827271 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151105 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/shell/shell_aura.cc')
-rw-r--r--content/shell/shell_aura.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/content/shell/shell_aura.cc b/content/shell/shell_aura.cc
index 5dbbd3a..9398dce 100644
--- a/content/shell/shell_aura.cc
+++ b/content/shell/shell_aura.cc
@@ -266,8 +266,7 @@ class ShellWindowDelegateView : public WidgetDelegateView,
}
// 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_)