summaryrefslogtreecommitdiffstats
path: root/win8/test/ui_automation_client.cc
diff options
context:
space:
mode:
authordcheng <dcheng@chromium.org>2015-04-29 14:54:22 -0700
committerCommit bot <commit-bot@chromium.org>2015-04-29 21:56:05 +0000
commit04ae4f5ca488a6066efef98fd60d58f7f71040aa (patch)
tree8a25e9351847980cf5d9f1d044122b7a3c37ba48 /win8/test/ui_automation_client.cc
parentc03f0524c44cc50189c3a29c20d74b4d84a252f3 (diff)
downloadchromium_src-04ae4f5ca488a6066efef98fd60d58f7f71040aa.zip
chromium_src-04ae4f5ca488a6066efef98fd60d58f7f71040aa.tar.gz
chromium_src-04ae4f5ca488a6066efef98fd60d58f7f71040aa.tar.bz2
Apply automated fixits for Chrome clang plugin to win8.
Working on trimming down plugin warnings on the Windows clang build. BUG=467287 TBR=ananta@chromium.org Review URL: https://codereview.chromium.org/1117743002 Cr-Commit-Position: refs/heads/master@{#327588}
Diffstat (limited to 'win8/test/ui_automation_client.cc')
-rw-r--r--win8/test/ui_automation_client.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/win8/test/ui_automation_client.cc b/win8/test/ui_automation_client.cc
index 6a859af..9aa4237 100644
--- a/win8/test/ui_automation_client.cc
+++ b/win8/test/ui_automation_client.cc
@@ -118,7 +118,7 @@ class UIAutomationClient::Context::EventHandler
// IUIAutomationEventHandler methods.
STDMETHOD(HandleAutomationEvent)(IUIAutomationElement* sender,
- EVENTID eventId);
+ EVENTID eventId) override;
private:
// The task runner for the UI automation client context.