summaryrefslogtreecommitdiffstats
path: root/ash/wm
diff options
context:
space:
mode:
authordhollowa@chromium.org <dhollowa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-01-12 21:03:21 +0000
committerdhollowa@chromium.org <dhollowa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-01-12 21:03:21 +0000
commit40e7e3cade97b9f9f8f9f0ca3286a5fb9cdc0b28 (patch)
tree85456fd147de02c70076b9967178d0f7e622c25b /ash/wm
parentbb39652589a723b1d2f9a68fddfb3ae111f2c9d3 (diff)
downloadchromium_src-40e7e3cade97b9f9f8f9f0ca3286a5fb9cdc0b28.zip
chromium_src-40e7e3cade97b9f9f8f9f0ca3286a5fb9cdc0b28.tar.gz
chromium_src-40e7e3cade97b9f9f8f9f0ca3286a5fb9cdc0b28.tar.bz2
Aura compile issues under clang
Fixes misc clang/style errors for Aura sources. This should be the last of them. BUG=109946 TEST=Compiles under mac/clang. R=sky@chromium.org Review URL: http://codereview.chromium.org/9197005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@117499 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/wm')
-rw-r--r--ash/wm/power_button_controller.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ash/wm/power_button_controller.h b/ash/wm/power_button_controller.h
index 8cb8704..a0e0bc5 100644
--- a/ash/wm/power_button_controller.h
+++ b/ash/wm/power_button_controller.h
@@ -125,7 +125,7 @@ class ASH_EXPORT PowerButtonController : public aura::RootWindowObserver {
};
PowerButtonController();
- ~PowerButtonController();
+ virtual ~PowerButtonController();
void set_delegate(PowerButtonControllerDelegate* delegate) {
delegate_.reset(delegate);