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

Unified Diff: components/signin/core/browser/child_account_info_fetcher_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: components/signin/core/browser/child_account_info_fetcher_android.cc
diff --git a/components/signin/core/browser/child_account_info_fetcher_android.cc b/components/signin/core/browser/child_account_info_fetcher_android.cc
index dbb6e6a827b58b2cfb7b39fa4dc184a5aa613d85..2697018b72a54012f0fbecdb735ea04ba660b5a6 100644
--- a/components/signin/core/browser/child_account_info_fetcher_android.cc
+++ b/components/signin/core/browser/child_account_info_fetcher_android.cc
@@ -24,8 +24,8 @@ void ChildAccountInfoFetcherAndroid::StartFetchingChildAccountInfo(
return;
Java_ChildAccountInfoFetcher_fetch(
env, reinterpret_cast<jlong>(service),
- base::android::ConvertUTF8ToJavaString(env, account_id).obj(),
- base::android::ConvertUTF8ToJavaString(env, account_name).obj());
+ base::android::ConvertUTF8ToJavaString(env, account_id),
+ base::android::ConvertUTF8ToJavaString(env, account_name));
}
// static
« no previous file with comments | « components/safe_json/json_sanitizer_android.cc ('k') | components/variations/android/variations_seed_bridge.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698