| Index: chrome/browser/sync/profile_sync_service_android.cc
|
| diff --git a/chrome/browser/sync/profile_sync_service_android.cc b/chrome/browser/sync/profile_sync_service_android.cc
|
| index b8843b0f49cf4886347da1c004cd3b621ae4b05b..48eb13a0da8e4dfdc8346cf2a7ca4fa666dfcd3a 100644
|
| --- a/chrome/browser/sync/profile_sync_service_android.cc
|
| +++ b/chrome/browser/sync/profile_sync_service_android.cc
|
| @@ -123,7 +123,7 @@ ProfileSyncServiceAndroid::~ProfileSyncServiceAndroid() {
|
| }
|
| }
|
|
|
| -void ProfileSyncServiceAndroid::OnStateChanged() {
|
| +void ProfileSyncServiceAndroid::OnStateChanged(syncer::SyncService* sync) {
|
| // Notify the java world that our sync state has changed.
|
| JNIEnv* env = AttachCurrentThread();
|
| Java_ProfileSyncService_syncStateChanged(
|
|
|