Chromium Code Reviews| Index: components/invalidation/android/component_jni_registrar.h |
| diff --git a/components/variations/android/component_jni_registrar.h b/components/invalidation/android/component_jni_registrar.h |
| similarity index 50% |
| copy from components/variations/android/component_jni_registrar.h |
| copy to components/invalidation/android/component_jni_registrar.h |
| index 85bbd3c15a801a674cafd878c672307293852342..2075a7232a01d49c48f0b06fd72be1b64ecf7071 100644 |
| --- a/components/variations/android/component_jni_registrar.h |
| +++ b/components/invalidation/android/component_jni_registrar.h |
| @@ -2,20 +2,20 @@ |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| -#ifndef COMPONENTS_VARIATIONS_ANDROID_COMPONENT_JNI_REGISTRAR_H_ |
| -#define COMPONENTS_VARIATIONS_ANDROID_COMPONENT_JNI_REGISTRAR_H_ |
| +#ifndef COMPONENTS_INVALIDATION_ANDROID_COMPONENT_JNI_REGISTRAR_H_ |
| +#define COMPONENTS_INVALIDATION_ANDROID_COMPONENT_JNI_REGISTRAR_H_ |
| #include <jni.h> |
| -namespace variations { |
| +namespace invalidation { |
| namespace android { |
| // Register all JNI bindings necessary for the variations component. |
|
nyquist
2014/09/04 09:01:56
s/variations/invalidation/
maxbogue
2014/09/05 16:42:45
Done.
|
| -bool RegisterVariations(JNIEnv* env); |
| +bool RegisterInvalidationJni(JNIEnv* env); |
| } // namespace android |
| -} // namespace variations |
| +} // namespace invalidation |
| -#endif // COMPONENTS_VARIATIONS_ANDROID_COMPONENT_JNI_REGISTRAR_H_ |
| +#endif // COMPONENTS_INVALIDATION_ANDROID_COMPONENT_JNI_REGISTRAR_H_ |