Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(259)

Unified Diff: components/invalidation/android/component_jni_registrar.h

Issue 459513002: Massive refactor of the Android invalidation code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_

Powered by Google App Engine
This is Rietveld 408576698