Index: content/browser/time_zone_monitor_win.cc |
diff --git a/content/browser/time_zone_monitor_win.cc b/content/browser/time_zone_monitor_win.cc |
index 6d99b940e416461de93ca26cd49d9647835ac89a..2e8f9a56ed19ca8b5506a135419b771dde6f0286 100644 |
--- a/content/browser/time_zone_monitor_win.cc |
+++ b/content/browser/time_zone_monitor_win.cc |
@@ -26,7 +26,7 @@ class TimeZoneMonitorWin : public TimeZoneMonitor, |
virtual void OnWndProc(HWND hwnd, |
UINT message, |
WPARAM wparam, |
- LPARAM lparam) OVERRIDE { |
+ LPARAM lparam) override { |
if (message != WM_TIMECHANGE) { |
return; |
} |