| Index: components/sync/android/sync_jni_registrar.cc
|
| diff --git a/sync/android/sync_jni_registrar.cc b/components/sync/android/sync_jni_registrar.cc
|
| similarity index 84%
|
| rename from sync/android/sync_jni_registrar.cc
|
| rename to components/sync/android/sync_jni_registrar.cc
|
| index 65231078e23e2e6f47dc0e711f12567430328a96..50ff866a42365036740851319edda78c26e1f859 100644
|
| --- a/sync/android/sync_jni_registrar.cc
|
| +++ b/components/sync/android/sync_jni_registrar.cc
|
| @@ -2,12 +2,12 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "sync/android/sync_jni_registrar.h"
|
| +#include "components/sync/android/sync_jni_registrar.h"
|
|
|
| #include "base/android/jni_android.h"
|
| #include "base/android/jni_registrar.h"
|
| #include "base/macros.h"
|
| -#include "sync/android/model_type_helper.h"
|
| +#include "components/sync/android/model_type_helper.h"
|
|
|
| namespace syncer {
|
|
|
|
|