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

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

Issue 1191393008: Introduce a layering in the invalidation component as public and impl (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Explicitly forbid content to prevent future additions Created 5 years, 6 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/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_
« no previous file with comments | « components/invalidation/impl/android/DEPS ('k') | components/invalidation/impl/android/component_jni_registrar.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698