| Index: content/browser/time_zone_monitor_linux.cc
|
| diff --git a/content/browser/time_zone_monitor_linux.cc b/content/browser/time_zone_monitor_linux.cc
|
| index f8cae0e24302eea231ac5d248b3569a4fa62202e..e917bbc9654284ab52f332472eedf229a0ff55a1 100644
|
| --- a/content/browser/time_zone_monitor_linux.cc
|
| +++ b/content/browser/time_zone_monitor_linux.cc
|
| @@ -151,7 +151,7 @@ TimeZoneMonitorLinux::TimeZoneMonitorLinux()
|
| }
|
|
|
| TimeZoneMonitorLinux::~TimeZoneMonitorLinux() {
|
| - if (impl_) {
|
| + if (impl_.get()) {
|
| impl_->StopWatching();
|
| }
|
| }
|
|
|