Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(649)

Unified Diff: ui/events/win/event_utils_win_unittest.cc

Issue 1719433003: event_utils_win_unittest.cc: add missing override (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/win/event_utils_win_unittest.cc
diff --git a/ui/events/win/event_utils_win_unittest.cc b/ui/events/win/event_utils_win_unittest.cc
index f3cc7b98ac936e8f9897e5f1c1a40e74ea41e655..a4efce4fa5117119b48f0509e6dc63e346f94c0d 100644
--- a/ui/events/win/event_utils_win_unittest.cc
+++ b/ui/events/win/event_utils_win_unittest.cc
@@ -21,7 +21,7 @@ class TestWindow : public gfx::WindowImpl {
WPARAM w_param,
LPARAM l_param,
LRESULT& result,
- DWORD msg_map_id = 0) {
+ DWORD msg_map_id = 0) override {
return true;
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698