| Index: content/browser/time_zone_monitor_android.h
|
| diff --git a/content/browser/time_zone_monitor_android.h b/content/browser/time_zone_monitor_android.h
|
| index a462eb5a2de437009d59beaf0302534da1f43561..cb3cb9f216e1be71c767c06df6c13afff4877b85 100644
|
| --- a/content/browser/time_zone_monitor_android.h
|
| +++ b/content/browser/time_zone_monitor_android.h
|
| @@ -17,7 +17,7 @@ namespace content {
|
| class TimeZoneMonitorAndroid : public TimeZoneMonitor {
|
| public:
|
| TimeZoneMonitorAndroid();
|
| - virtual ~TimeZoneMonitorAndroid();
|
| + ~TimeZoneMonitorAndroid() override;
|
|
|
| // Must be called at startup.
|
| static bool Register(JNIEnv* env);
|
|
|