| Index: chrome/browser/android/background_sync_launcher_android.cc
|
| diff --git a/chrome/browser/android/background_sync_launcher_android.cc b/chrome/browser/android/background_sync_launcher_android.cc
|
| index 7ca787a331a49e1d1076c1c17557854400b09e14..0b13a145d69b3432434bd87b96868142b8e5913f 100644
|
| --- a/chrome/browser/android/background_sync_launcher_android.cc
|
| +++ b/chrome/browser/android/background_sync_launcher_android.cc
|
| @@ -44,7 +44,7 @@ void BackgroundSyncLauncherAndroid::LaunchBrowserIfStoppedImpl(
|
|
|
| JNIEnv* env = base::android::AttachCurrentThread();
|
| Java_BackgroundSyncLauncher_launchBrowserIfStopped(
|
| - env, java_launcher_.obj(), base::android::GetApplicationContext(),
|
| + env, java_launcher_, base::android::GetApplicationContext(),
|
| launch_when_next_online, min_delay_ms);
|
| }
|
|
|
| @@ -78,5 +78,5 @@ BackgroundSyncLauncherAndroid::~BackgroundSyncLauncherAndroid() {
|
| DCHECK_CURRENTLY_ON(BrowserThread::UI);
|
|
|
| JNIEnv* env = base::android::AttachCurrentThread();
|
| - Java_BackgroundSyncLauncher_destroy(env, java_launcher_.obj());
|
| + Java_BackgroundSyncLauncher_destroy(env, java_launcher_);
|
| }
|
|
|