summaryrefslogtreecommitdiffstats
path: root/ash/system/bluetooth
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 /ash/system/bluetooth
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 'ash/system/bluetooth')
-rw-r--r--ash/system/bluetooth/tray_bluetooth.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ash/system/bluetooth/tray_bluetooth.cc b/ash/system/bluetooth/tray_bluetooth.cc
index 3b08665..bc8b3db 100644
--- a/ash/system/bluetooth/tray_bluetooth.cc
+++ b/ash/system/bluetooth/tray_bluetooth.cc
@@ -159,7 +159,7 @@ class BluetoothDetailedView : public TrayDetailsView,
// Overridden from ButtonListener.
virtual void ButtonPressed(views::Button* sender,
- const views::Event& event) OVERRIDE {
+ const ui::Event& event) OVERRIDE {
ash::SystemTrayDelegate* delegate =
ash::Shell::GetInstance()->tray_delegate();
if (sender == toggle_bluetooth_)