| Index: chrome/browser/autofill/android/personal_data_manager_android.h
|
| diff --git a/chrome/browser/autofill/android/personal_data_manager_android.h b/chrome/browser/autofill/android/personal_data_manager_android.h
|
| index f64a313d1ade1e87cd1e4f06b8393b3071035a07..801e8b6c0fe65b5841dea731d4a7ce07e2928241 100644
|
| --- a/chrome/browser/autofill/android/personal_data_manager_android.h
|
| +++ b/chrome/browser/autofill/android/personal_data_manager_android.h
|
| @@ -20,6 +20,9 @@ namespace autofill {
|
| // therefore a single instance of this wrapper.
|
| class PersonalDataManagerAndroid : public PersonalDataManagerObserver {
|
| public:
|
| + // Registers the JNI bindings for this class.
|
| + static bool Register(JNIEnv* env);
|
| +
|
| PersonalDataManagerAndroid(JNIEnv* env, jobject obj);
|
|
|
| // Returns true if personal data manager has loaded the initial data.
|
| @@ -196,9 +199,6 @@ class PersonalDataManagerAndroid : public PersonalDataManagerObserver {
|
| // PersonalDataManagerObserver:
|
| void OnPersonalDataChanged() override;
|
|
|
| - // Registers the JNI bindings for this class.
|
| - static bool Register(JNIEnv* env);
|
| -
|
| // These functions act on the usage stats of local profiles and credit cards.
|
| // --------------------
|
|
|
|
|