| Index: content/browser/time_zone_monitor_android.cc
|
| diff --git a/content/browser/time_zone_monitor_android.cc b/content/browser/time_zone_monitor_android.cc
|
| index 1207a8ed44a172c5ec0ef07a29d91adcb63a679e..156b0f05c01822eab4fd14e2342cb8c700e1efe6 100644
|
| --- a/content/browser/time_zone_monitor_android.cc
|
| +++ b/content/browser/time_zone_monitor_android.cc
|
| @@ -20,7 +20,7 @@ TimeZoneMonitorAndroid::TimeZoneMonitorAndroid() : TimeZoneMonitor() {
|
| }
|
|
|
| TimeZoneMonitorAndroid::~TimeZoneMonitorAndroid() {
|
| - Java_TimeZoneMonitor_stop(base::android::AttachCurrentThread(), impl_.obj());
|
| + Java_TimeZoneMonitor_stop(base::android::AttachCurrentThread(), impl_);
|
| }
|
|
|
| // static
|
|
|