Index: ui/base/win/events_win.cc |
diff --git a/ui/base/win/events_win.cc b/ui/base/win/events_win.cc |
index 0207e316e4b57d3ad9887631189efd0e3a1b1381..b0a8521762eefbdb1ae4e56afbc2e93cfb920d4f 100644 |
--- a/ui/base/win/events_win.cc |
+++ b/ui/base/win/events_win.cc |
@@ -266,7 +266,7 @@ void UpdateDeviceList() { |
NOTIMPLEMENTED(); |
} |
-bool IsNoopEvent(base::NativeEvent event) { |
+bool IsNoopEvent(const base::NativeEvent& event) { |
return event.message == WM_USER + 310; |
} |