| Index: content/browser/time_zone_monitor_mac.mm
|
| diff --git a/content/browser/time_zone_monitor_mac.mm b/content/browser/time_zone_monitor_mac.mm
|
| index c435aae818e168adafc351d6d03491b9ed66bd14..700c17e6c588eeabd1fadef5b1273e7e4a3d4aa9 100644
|
| --- a/content/browser/time_zone_monitor_mac.mm
|
| +++ b/content/browser/time_zone_monitor_mac.mm
|
| @@ -21,7 +21,7 @@ class TimeZoneMonitorMac : public TimeZoneMonitor {
|
| }];
|
| }
|
|
|
| - virtual ~TimeZoneMonitorMac() {
|
| + ~TimeZoneMonitorMac() override {
|
| NSNotificationCenter* nc = [NSNotificationCenter defaultCenter];
|
| [nc removeObserver:notification_observer_];
|
| }
|
|
|