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

Unified Diff: components/web_contents_delegate_android/component_jni_registrar.h

Issue 16073002: components: Move web_contents_delegate_android into web_contents_delegate_android namespace. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: fix android java Created 7 years, 7 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/web_contents_delegate_android/component_jni_registrar.h
diff --git a/components/web_contents_delegate_android/component_jni_registrar.h b/components/web_contents_delegate_android/component_jni_registrar.h
index 454a3cfda4d20fea25a8398a0b8814ad23881891..203585d4972ab32f15474acb210473eaa2d84239 100644
--- a/components/web_contents_delegate_android/component_jni_registrar.h
+++ b/components/web_contents_delegate_android/component_jni_registrar.h
@@ -7,13 +7,13 @@
#include <jni.h>
-namespace components {
+namespace web_contents_delegate_android {
// Register all JNI bindings necessary for the web_contents_delegate_android
// component.
bool RegisterWebContentsDelegateAndroidJni(JNIEnv* env);
-} // namespace components
+} // namespace web_contents_delegate_android
#endif // COMPONENTS_WEB_CONTENTS_DELEGATE_ANDROID_COMPONENT_JNI_REGISTRAR_H_

Powered by Google App Engine
This is Rietveld 408576698