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

Unified Diff: content/shell/browser/shell_mojo_test_utils_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
« no previous file with comments | « content/shell/browser/shell_android.cc ('k') | device/bluetooth/bluetooth_adapter_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/browser/shell_mojo_test_utils_android.cc
diff --git a/content/shell/browser/shell_mojo_test_utils_android.cc b/content/shell/browser/shell_mojo_test_utils_android.cc
index 1036d9136f9205dfd363a0b8bc455fa376a1ccc2..a72683d2d1b4740e1d39b720d9a9cc77ce6234e7 100644
--- a/content/shell/browser/shell_mojo_test_utils_android.cc
+++ b/content/shell/browser/shell_mojo_test_utils_android.cc
@@ -72,7 +72,7 @@ static ScopedJavaLocalRef<jobject> CreateInterfaceRegistryAndProvider(
InterfaceProviderAndroid::Create(provider.get()));
ScopedJavaLocalRef<jobject> obj = Java_ShellMojoTestUtils_makePair(
- env, registry_android->GetObj().obj(), provider_android->GetObj().obj());
+ env, registry_android->GetObj(), provider_android->GetObj());
test_environment->registry_wrappers.push_back(std::move(registry_android));
test_environment->provider_wrappers.push_back(std::move(provider_android));
« no previous file with comments | « content/shell/browser/shell_android.cc ('k') | device/bluetooth/bluetooth_adapter_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698