| Index: components/invalidation/impl/android/component_jni_registrar.h
|
| diff --git a/components/invalidation/android/component_jni_registrar.h b/components/invalidation/impl/android/component_jni_registrar.h
|
| similarity index 64%
|
| rename from components/invalidation/android/component_jni_registrar.h
|
| rename to components/invalidation/impl/android/component_jni_registrar.h
|
| index 7fb44c4826e6980e878c8a518ced4d4be000fbe6..d28d1b8aeb2affeb5e1234f3ee9b70f912cbdaed 100644
|
| --- a/components/invalidation/android/component_jni_registrar.h
|
| +++ b/components/invalidation/impl/android/component_jni_registrar.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef COMPONENTS_INVALIDATION_ANDROID_COMPONENT_JNI_REGISTRAR_H_
|
| -#define COMPONENTS_INVALIDATION_ANDROID_COMPONENT_JNI_REGISTRAR_H_
|
| +#ifndef COMPONENTS_INVALIDATION_IMPL_ANDROID_COMPONENT_JNI_REGISTRAR_H_
|
| +#define COMPONENTS_INVALIDATION_IMPL_ANDROID_COMPONENT_JNI_REGISTRAR_H_
|
|
|
| #include <jni.h>
|
|
|
| @@ -18,4 +18,4 @@ bool RegisterInvalidationJni(JNIEnv* env);
|
|
|
| } // namespace invalidation
|
|
|
| -#endif // COMPONENTS_INVALIDATION_ANDROID_COMPONENT_JNI_REGISTRAR_H_
|
| +#endif // COMPONENTS_INVALIDATION_IMPL_ANDROID_COMPONENT_JNI_REGISTRAR_H_
|
|
|