summaryrefslogtreecommitdiffstats
path: root/win8/delegate_execute/command_execute_impl.cc
diff options
context:
space:
mode:
authorthakis <thakis@chromium.org>2015-05-04 07:37:30 -0700
committerCommit bot <commit-bot@chromium.org>2015-05-04 14:38:01 +0000
commit19bd8fbb51a53b557534defa63662db0b739f3ab (patch)
tree1ce698f6aa2b397fbeeb94e1387b1fc182a177d9 /win8/delegate_execute/command_execute_impl.cc
parent651f3588630e17584eccd4dc4507011e9bd6dfeb (diff)
downloadchromium_src-19bd8fbb51a53b557534defa63662db0b739f3ab.zip
chromium_src-19bd8fbb51a53b557534defa63662db0b739f3ab.tar.gz
chromium_src-19bd8fbb51a53b557534defa63662db0b739f3ab.tar.bz2
win: Fix remaining style plugin warnings in win8/.
Also do a few minor style cleanups. BUG=467287 Review URL: https://codereview.chromium.org/1117413003 Cr-Commit-Position: refs/heads/master@{#328123}
Diffstat (limited to 'win8/delegate_execute/command_execute_impl.cc')
-rw-r--r--win8/delegate_execute/command_execute_impl.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/win8/delegate_execute/command_execute_impl.cc b/win8/delegate_execute/command_execute_impl.cc
index 9c2c736..9e8a4e5 100644
--- a/win8/delegate_execute/command_execute_impl.cc
+++ b/win8/delegate_execute/command_execute_impl.cc
@@ -181,6 +181,9 @@ CommandExecuteImpl::CommandExecuteImpl()
}
}
+CommandExecuteImpl::~CommandExecuteImpl() {
+}
+
// CommandExecuteImpl
STDMETHODIMP CommandExecuteImpl::SetKeyState(DWORD key_state) {
return S_OK;