Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2309)

Unified Diff: content/browser/time_zone_monitor_android.cc

Issue 2237943002: Remove now-unnecessary .obj() in Java method calls. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@switch-context
Patch Set: Rebase *again* :( Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
« no previous file with comments | « content/browser/speech/speech_recognizer_impl_android.cc ('k') | content/browser/web_contents/web_contents_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698